-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.25 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1, minimum-scale=1, user-scalable=no" />
<title>Particles</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img id="logo" src="particles_logo.png">
<div id="github-buttons">
<a class="github-button"
href="https://github.com/MatthewDiana/particles/subscription"
data-icon="octicon-eye"
data-style="mega"
aria-label="Watch MatthewDiana/particles on GitHub">Watch</a>
<a class="github-button"
href="https://github.com/MatthewDiana/particles"
data-icon="octicon-star"
data-style="mega"
data-count-href="/MatthewDiana/particles/stargazers"
data-count-api="/repos/MatthewDiana/particles#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star MatthewDiana/particles on GitHub">Star</a>
</div>
<div id="particles"></div>
<script type="text/javascript" src="js/phaser.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>