-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (13 loc) · 792 Bytes
/
index.html
File metadata and controls
15 lines (13 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html><html lang="en"><head>
<title>怪力亂神 New Myth</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+TC:700&display=swap&subset=chinese-traditional" rel="stylesheet">
<script src="js/p5.js"></script>
<script src="js/p5.sound.min.js"></script>
<script src="js/rita.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<div id="p5_loading" class="loadingclass" style="position:absolute;top:50%;font-family:Noto Serif TC;font-size:30px;font-weight:900; color:black; text-align: center; width:100%">loading resources... it might take a few minutes,加載資源中...這也許需要數分鐘</div>
<script src="js/main.js"></script>
</body></html>