ismism/ismism.ts/ui/index/index.html
2022-11-25 11:58:47 +08:00

59 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>主义主义 活动公示</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="x-icon" href="https://img.00000.host/2022/10/27/635a7048a7586.png">
<link rel="stylesheet" href="/ismism.css">
</head>
<body>
<header>
<h1>h1 is here</h1>
<h2>h2 is here</h2>
<h3>h3 is here</h3>
</header>
<div class="main">
main is here
<p>
p is here
</p>
<code>code is here</code>
<br>
<a href="#test">a is here</a>
<br>
<a href="https://ismist.cn" class="link">ismist.cn is hereismist.cn is hereismist.cn is hereismist.cn is
hereismist.cn is
hereismist.cn is hereismist.cn is hereismist.cn is here</a>
<hr>
<span style="font-size: var(--small);">small is here</span>
<span style="font-size: var(--normal);">normal is here</span>
<span style="font-size: var(--large);">large is here</span>
<article>
<section>
section is here
</section>
<section>
section is here
</section>
<hr>
article is here
</article>
<article>
<section>
section is here
</section>
<section>
section is here
</section>
<hr>
article is here
</article>
</div>
<footer>
footer is here
</footer>
</body>