ismism/ismism.ts/ui/index/index.html
2022-11-25 13:43:32 +08:00

67 lines
1.5 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>
<template id="tag"><a><span class="tag-name">tag</span><span class="tag-count">99</span></a></template>
<body>
<div class="title">
<a href="">
<h1><b>主义主义 <span style="color: var(--red)">活动</span>公示</b></h1>
</a>
<hr>
<div class="tag"></div>
</div>
<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>
<script src="./bind.js"></script>
</html>