aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 5cd31ec45aee27e6017bc73d910e215cdf060950 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>