-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.38 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<header>
<title>Elementz.me | Landing Page</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="./css/materialize.css" media="screen,projection" />
<!--Import main stylesheet-->
<link type="text/css" rel="stylesheet" href="./css/style.css" />
</header>
<body>
<main class="main">
<div id="particles-js"></div>
<div class="container white-text center-align">
<h2>Elementz.me
<br>
<h3>Landing Page | Nothing to see here O.o
<p>
<!--<a class="waves-effect waves-light btn" href="#">Do Nothing</a>-->
</div>
<!--Import particles.js lib-->
<script src="./js/particle-library.min.js"></script>
<!--Import particles.js-->
<script src="./js/particles.js"></script>
<!--Import jQuery-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!--Import Materialize js-->
<script type="text/javascript" src="js/materialize.min.js"></script>
</main>
</body>
<footer class="page-footer">
<div class="footer-copyright valign-center">
<div class="footer-container">
Ⓒ Copyright 2018 <a href="http://elementz.me">Elementz.me</a>
</div>
</div>
</footer>
</html>