mirror of
https://github.com/Alee14/Melreum-Theme.git
synced 2025-01-22 13:21:54 -05:00
17 lines
No EOL
476 B
HTML
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> |