-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Sakatsuki.com</title>
<meta charset="UTF-8">
<meta name="description" content="Miyu Sakatsuki's Website.">
<link rel="stylesheet" media="screen" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/simpletextrotator.css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.js"></script>
<script type="text/javascript">
$(function () {
$(".rotate").textrotator({
animation: "fade",
separator: ",",
speed: 5000
});
});
</script>
</head>
<body>
<div id="particles-js"></div>
<script src="js/particles.js"></script>
<script src="js/script.js"></script>
<div class="content">
<div class="content-text">Sakatsuki.com</div>
<div class="content-text-mid"><span class="rotate">Miyu Sakatsuki, Miyu Ēderuferuto,Magical Sapphire</span></div>
<div class="content-text-bottom">powered by Azure</div>
</div>
</body>
</html>