21 lines
447 B
HTML
21 lines
447 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./index.css">
|
|
|
|
<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> |