edible-button/index.html

21 lines
447 B
HTML
Raw Normal View History

2021-08-14 15:27:49 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-08-14 15:41:03 +00:00
<link rel="stylesheet" href="./index.css">
2021-08-14 15:27:49 +00:00
<meta name="description" content="you should try eating this button!">
<meta name="theme-color" content="#353052">
<title>Edible button</title>
</head>
<body>
<div class="button">
<p>meow<br>kittens</p>
</div>
</body>
</html>