sample-can
Version:
A sample can for canner
24 lines (18 loc) • 334 B
HTML
<html><head>
<title>
</title>
<link rel="stylesheet" type="text/css" href="./index.css">
<script src="./index.js"></script>
</head>
<body>
<main>
<h1>關於我</h1>
<p>2011</p>
<p>male</p>
<h1>經歷</h1>
<ul>
<li>2014, Yo school</li>
<li>2013, Hi shchool</li>
</ul>
</main>
</body></html>