-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.21 KB
/
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
26
<!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>On Demand Background Picker</title>
<!-- Font awesome icons -->
<script src="https://kit.fontawesome.com/9f91d488b5.js" crossorigin="anonymous"></script>
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Roboto:wght@100;400;700&display=swap" rel="stylesheet">
<!-- External CSS -->
<link rel="stylesheet" href="./public/style.css">
</head>
<body>
<h1 id="bouncyTrail">Bouncy trails</h1>
<h1 id="bouncyBall">Bouncy balls</h1>
<!-- <h1 id="bouncyPipe">Bouncy pipes</h1> -->
<h2 id="socialOne"><a href="https://github.com/boobeh123"><i class="fa-brands fa-github fa-2xl"></i></a></h2>
<h2 id="socialTwo"><a href="https://twitter.com/boobeh123"><i class="fa-brands fa-twitter fa-2xl"></i></a></h2>
<canvas></canvas>
<script type="text/javascript" src="./public/main.js"></script>
</body>
</html>