ismism/ismism.ts/ui/index.html

29 lines
618 B
HTML
Raw Normal View History

2022-08-11 13:01:30 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>主义主义 活动公示</title>
2022-08-19 09:53:32 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-08-19 10:12:07 +08:00
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
2022-08-11 13:01:30 +08:00
</head>
<style>
</style>
2022-08-13 13:44:37 +08:00
<script>
</script>
2022-08-11 13:01:30 +08:00
<body>
2022-08-19 10:12:07 +08:00
<div class="w3-panel w3-yellow w3-display-container w3-card">
<span onclick="this.parentElement.style.display='none'"
class="w3-button w3-large w3-display-topright">&times;</span>
<h3>提示!</h3>
<p>网站开发中。当前页面皆是测试内容。</p>
</div>
2022-08-11 13:01:30 +08:00
</body>
<script src="bind.js"></script>
</html>