-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 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
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.7.0/modern-normalize.css"></script>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>宣言</title>
</head>
<body>
<div>
<p class="toJSON">
<!--從下一行開始寫-->
[我,你]是那個[小美,阿國,小明,小華]顆,其實啊[我,你,他][高興,難過,生氣],呵呵呵。哈哈哈[1,2,3][a,b,c]
<br>
睡你媽逼起來嗨 一[起來,搖擺]
<br>
可以換行啊肏你媽
<br>
小夫我要進來囉!!
<!--寫到上一行停止-->
<div class = "d1">
<h1 class = "title">宣言</h1>
<div id = "live" ><!--結果會顯示在這裡--></div>
<div class="footer">
<form class="form">
<label for="name">宣示人</label>
<input type="text" class="input">
</form>
<button class="button">以上</button>
</div>
</div>
</p>
</div>
<script src="convert.js"></script>
<!--<script src="convert.js"></script>-->
</body>
</html>