17 lines
308 B
HTML
Raw Normal View History

2022-04-08 17:04:13 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
#content {
color: red;
}
</style>
</head>
<body>
2022-04-11 17:42:00 +08:00
<h1>option.html</h1>
2022-04-08 17:04:13 +08:00
</body>
</html>