paco
This commit is contained in:
@@ -2,14 +2,20 @@
|
||||
<head>
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/jquery.dataTables.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/Treant.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Palanquin+Dark&display=swap" rel="stylesheet">
|
||||
<link href="/css/main.css" rel="stylesheet" type="text/css"/>
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/jquery.dataTables.min.js"></script>
|
||||
<script src="/js/raphael.js"></script>
|
||||
<script src="/js/Treant.js"></script>
|
||||
<script src="/js/buttons.js"></script>
|
||||
<script src="/js/functions.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav id="menu" class="text-center">
|
||||
<h4><a href="/">FamilyARK</a></h4>
|
||||
<h4><a id="home">FamilyARK</a></h4>
|
||||
<ul class="list-unstyled text-center">
|
||||
<li> </li>
|
||||
<li><a id="animals">Dinos</a></li>
|
||||
@@ -18,8 +24,6 @@
|
||||
<li><a id="about">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article id="body">
|
||||
<h1>Welcome to FamilyARK</h1>
|
||||
</article>
|
||||
<article id="body"></article>
|
||||
<body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user