18 lines
400 B
HTML
18 lines
400 B
HTML
<html>
|
|
<link rel="stylesheet" href="/ecstra/ecsta.css">
|
|
<ul>
|
|
<li>10 minites till bown</li>
|
|
<li>pokemon emreled</li>
|
|
<li>all the old games</li>
|
|
</ul>
|
|
<body>
|
|
<script src="https://utteranc.es/client.js"
|
|
repo="https://github.com/mileswolfallen2/fun-miles"
|
|
issue-term="pathname"
|
|
theme="github-light"
|
|
crossorigin="anonymous"
|
|
async>
|
|
</script>
|
|
</body>
|
|
</html>
|