Added first code for website

This commit is contained in:
janis
2022-12-12 20:54:56 +01:00
parent 0b72574ba5
commit fa0431f913

View File

@@ -0,0 +1,16 @@
<!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>