Files
impress.js/website/index.html
2022-12-12 20:54:56 +01:00

16 lines
660 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>impress.js - the javascript presentation framework</title>
<meta name="description" content="impress.js, a javascript presentation framework that uses the power of CSS 3 to create stunning presentations in your browser! It is inspired by the idea behind prezi.com">
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>-->
</head>
<body>
<div id="navbar"></div>
<div class="title">
<h1 class="type-animation">impress.js</h1>
</div>
<div class=""></div>
<div id="footer"></div>
</body>
</html>