-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 1.3 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
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>jxtsai - social paracite</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Dust Particles Animation with css">
<meta name="keywords" content="single background,animation,bootstrap, creative, design, fullpage, information, maintenance, modern, onepage, perfect, responsive, google map">
<meta name="author" content="Swarup Kumar"><link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<a href="https://blog.jxtsai.info" target="_blank">
<div id="nc-main" class="nc-main bg-cover bg-cc">
<div class="full-wh">
<!-- STAR ANIMATION -->
<div class="bg-animation">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<div id='stars4'></div>
</div><!-- / STAR ANIMATION -->
</div>
</div>
</a>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>