Skip to content

Commit

Permalink
Build 1.0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Jan 8, 2020
1 parent 67560ea commit 3ba4893
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions source/Templates/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@
<script src='js/misc.js' ></script>
<script src="js/jquery-2.0.2.min.js"></script>
<link rel="stylesheet" href="css/font-awesome.min.css">
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//t.lissproductions.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '7']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//t.lissproductions.com/matomo.php?idsite=7&amp;rec=1" style="border:0;" alt="" /></p></noscript>
</head>
<body style="margin:0;height:100%;line-height:1" onload='[% onload %]'>
<div id="app"><div class="app">
Expand Down Expand Up @@ -82,7 +68,7 @@
<sub><br/>
The purpose is to give a DM a seed for building their own ideas. If things don't make sense, ask the single most important question you can: Why? Try to figure out the conditions that lead to that state. The interesting backstory comes from the DM exercising their imagination.</br>
Based on the awesome works of https://github.com/morgajel/CityGenerator : ]</br>
v1.0.0.2 "Deflecting Hide Armor" Build 1/1/2020
v1.0.0.4 "Elixer of Levitation" Build 1/8/2020
</sub>
</footer>
</div>
Expand Down

0 comments on commit 3ba4893

Please sign in to comment.