-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (17 loc) · 882 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<!-- particles.js container --> <div id="particles-js"></div> <!-- stats - count particles --> <div class="count-particles"> <span class="js-count-particles">--</span> particles </div> <!-- particles.js lib - https://github.com/VincentGarreau/particles.js --> <script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <!-- stats.js lib --> <script src="http://threejs.org/examples/js/libs/stats.min.js"></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=defice-width, initial-scale=1">
<title>SMU GitHub Documentation</title>
<link rel="stylesheet" href="style.css">
<script src="three.js"></script>
</head>
<body>
<h1>SMU GitHub Documentation</h1>
<h2>Provided by SMU OIT</h2>
<p>More information to come soon.</p>
<p>Contact: [email protected]</p>
</body>
</html>