forked from XiaomiSimulator/XiaomiSimulator.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>HMOS Simulator</title>
<meta charset="UTF-8" />
<meta content="HMOS Simulator" property="og:title" />
<meta
content="Simulate HMOS online"
property="og:description"
/>
<meta content="https://no111one.github.io/HiSimHongmeng" property="og:url" />
<meta content="#FF6902" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://no111one.github.io/SimulatorAssets/start/css/style.css"
crossorigin="anonymous"
/>
<script
src="https://no111one.github.io/SimulatorAssets/start/js/index.js?min=1"
crossorigin="anonymous"
></script>
</head>
<div class="DebugText">
<h1>Dummy text. Can you see this?</h1>
<p>Here's smaller text.. it should be in the middle</p>
<p> Hey, don't get your hopes down. I just need to make a working button. </p>
</div>
<div class="start_div">
<button class="start">Start!</button>
</div>
</html>