-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CPS Test</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://cdn.jsdelivr.net/npm/[email protected]" defer></script>
<script src="script.js" defer></script>
</head>
<body>
<span class="holder"><span class="material-icons">emoji_events</span> <span id="highscore"></span></span>
<input type="button" id="click" onclick="ripplet(arguments[0]);"/>
<a href="https://github.com/sd0e/CPSTestTS"><img src="assets/github.png" alt="GitHub" class="footerImage"/></a>
<a href="https://github.com/luncheon/ripplet.js/" class="rippletAttribution">ripplet.js by luncheon</a>
</body>
</html>