mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-25 00:28:40 +00:00
28 lines
560 B
HTML
28 lines
560 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Style Test</title>
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
</header>
|
|
<nav>
|
|
<ul>
|
|
<li></li>
|
|
</ul>
|
|
</nav>
|
|
<main>
|
|
<section>
|
|
<form></form>
|
|
</section>
|
|
|
|
<section>
|
|
<article>
|
|
<h1>Title H1</h1>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html> |