Files
impress.js/website/docs/index.html
2023-01-10 21:50:18 +01:00

16 lines
517 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Docs - impress.js</title>
<!--I am using jquery for button animations and loading of the different docPages.-->
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>console.log(location.href)</script>
</head>
<body>
<div class="content">
<div id="nav"></div>
<div id="docPage"></div>
<div id="footer"></div>
</div>
</body>
</html>