-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (16 loc) · 1.26 KB
/
index.html
File metadata and controls
17 lines (16 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>快过年了</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<p>
快过年了,不要再讨论什么<input id="1" placeholder="HTML、JS、CSS"/>了。你带你<input id="2" placeholder="做的精美网页"/>回到家并不能给你带来任何实质性作用,朋友们兜里掏出一大把钱吃喝玩乐,你默默地<input id="3" placeholder="打开VS Code写代码"/>。亲戚朋友吃饭问你收获了什么,你说<input id="4" placeholder="你学会了制作网页"/>,亲戚们懵逼了,你还在心里默默嘲笑他们,笑他们<input id="5" placeholder="不会制作网页,不会用Dw"/>。你父母的同事都在说自己的子女一年的收获,儿子买了个房,女儿买了个车,姑娘升职加薪了,你的父母默默无言,说我的<input id="6" placeholder="儿子"/>天天迷着个<input id="7" placeholder="浏览器"/>,房间乱七八糟,<input id="8" placeholder="书"/>也不<input id="9" placeholder="翻"/>几下。
</p>
<button id="ok_button">确定</button><br>
<textarea id="content"></textarea>
<script src="./kgnl.js"></script>
</body>
</html>