Melreum-Theme/index.html
2019-02-26 16:46:44 -05:00

17 lines
No EOL
476 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
<link href="./style.css" type="text/css" rel="stylesheet">
<title>Platreum</title>
</head>
<body>
<h1>Hello World!</h1>
<button>This is a button</button>
<script>
</script>
</body>
</html>