46 lines
No EOL
1.4 KiB
HTML
46 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Hello, world!</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="description" content="" />
|
|
<link rel="stylesheet" type="text/css" href="dist/mouette.min.css" />
|
|
<link
|
|
rel="icon"
|
|
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🐦</text></svg>"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Hello, world!</h1>
|
|
</header>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do. </p>
|
|
<img src="https://via.placeholder.com/800x600/" alt="">
|
|
<main>
|
|
<section></section>
|
|
<section></section>
|
|
<section></section>
|
|
</main>
|
|
<form action="#">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
<table border="1" cellspacing="0" cellpadding="5">
|
|
<tr>
|
|
<td>Row 1, Column 1</td>
|
|
<td>Row 1, Column 2</td>
|
|
<td>Row 1, Column 3</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Row 2, Column 1</td>
|
|
<td>Row 2, Column 2</td>
|
|
<td>Row 2, Column 3</td>
|
|
</tr>
|
|
</table>
|
|
<footer>
|
|
<small>©
|
|
<script>document.write(new Date().getFullYear())</script> Your company name. All Rights Reserved.
|
|
</small>
|
|
</footer>
|
|
</body>
|
|
</html> |