-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (23 loc) · 807 Bytes
/
index.html
File metadata and controls
29 lines (23 loc) · 807 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Blog</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<script src="index.js"></script>
</head>
<body>
<section>
<div class="iframeContainer">
<iframe src="https://ankitmeena007.github.io/" class="iframeContent"></iframe>
<h1 class="credit">Rain effect <a href="https://github.com/SardineFish/raindrop-fx/tree/master" target="_blank">credits</a></h1>
</div>
<div id="root">
<canvas id="canvas"></canvas>
</div>
<script src="script.js"></script>
</section>
</body>
</html>