Skip to content

Commit f591ace

Browse files
committed
Bootstrap working (#57)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent b1e1065 commit f591ace

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

elements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/theme/default.css">-->
1515
<script type="text/javascript" src="plugins/jQuery/jquery.min.js"></script>
1616
<script type="text/javascript" src="plugins/Popper.js/popper.min.js"></script>
17-
<script type="text/javascript" src="plugins/Bootstrap/bootstrap.min.js"></script>
17+
<script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"></script>
1818
<script src="plugins/Bootstrap/themes/material/js/material.min.js"></script>
1919
<zeronet><script type="text/javascript" src="js/ZeroFrame.js"></script>
2020
<script type="text/javascript" src="plugins/ZeroDevLib/ZeroPage.js"></script></zeronet>

index-default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/theme/default.css">-->
1515
<script type="text/javascript" src="plugins/jQuery/jquery.min.js"></script>
1616
<script type="text/javascript" src="plugins/Popper.js/popper.min.js"></script>
17-
<script type="text/javascript" src="plugins/Bootstrap/bootstrap.min.js"></script>
17+
<script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"></script>
1818
<script src="plugins/Bootstrap/themes/material/js/material.min.js"></script>
1919
<zeronet><script type="text/javascript" src="js/ZeroFrame.js"></script>
2020
<script type="text/javascript" src="plugins/ZeroDevLib/ZeroPage.js"></script></zeronet>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/theme/default.css">-->
1515
<script type="text/javascript" src="plugins/jQuery/jquery.min.js"></script>
1616
<script type="text/javascript" src="plugins/Popper.js/popper.min.js"></script>
17-
<script type="text/javascript" src="plugins/Bootstrap/bootstrap.min.js"></script>
17+
<script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"></script>
1818
<script src="plugins/Bootstrap/themes/material/js/material.min.js"></script>
1919
<zeronet><script type="text/javascript" src="js/ZeroFrame.js"></script>
2020
<script type="text/javascript" src="plugins/ZeroDevLib/ZeroPage.js"></script></zeronet>
@@ -302,7 +302,7 @@ <h1 id="comments"><i class="material-icons">comment</i> Comments <span class="ba
302302

303303
<footer>
304304
<div class="footer-shadow"></div>
305-
<center>Last update in 11/11/2018 at 01:37</center>
305+
<center>Last update in 11/11/2018 at 11:59</center>
306306
<img src="img/seal-1.png" width="167px" height="94px" style="-webkit-user-drag:element;margin-right: 5px;"> <a href="https://plasnerd.github.io/PEHTML/" target="blank" class="no-opacity"><img src="https://plasnerd.github.io/PEHTML/img/seal-2.png" width="167px" height="94px" title="Built with PEHTML" style="-webkit-user-drag:element"></a>
307307
<div class="social-icons"><a href="https://github.com/Plasnerd/Framework.js/" target="blank"><img src="img/social/github.svg" width="40px" height="40px" title="See first the news and improve FrameworkJS in GitHub" alt="GitHub"></a><!-- <a href="https://facebook.com/" target="blank"><img src="img/social/facebook.svg" width="40px" height="40px" title="Like us and receive latest news feed about FrameworkJS progress and other development tools" alt="Facebook"></a>--><!--<a href="https://twitter.com/" target="blank"><img src="img/social/twitter.svg" width="40px" height="40px" title="Follow us and receive latest news feed about FrameworkJS progress and other development tools" alt="Twitter"></a>--><!--<a href="https://.deviantart.com" target="blank"><img src="img/social/deviantart.svg" width="40px" height="40px" title="Follow us and receive latest backgrounds, designs and apps" alt="Deviantart"></a>--></div><div class="social-buttons"></div>
308308
<copyright><center>(c) 2014-2018 <a href="https://plasnerd.github.io/" target="blank"><small>Plasnerd</small></a>. Thanks to <b>Jesus</b>, our Lord.</center></copyright>

0 commit comments

Comments
 (0)