17 lines
303 B
HTML
17 lines
303 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Index</title>
|
|
</head>
|
|
<body>
|
|
<section class="hero">
|
|
<div class="hero-body">
|
|
<p class="title">Index</p>
|
|
<p class="subtitle"><h2>Blog!</h2>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|