diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,9 +4,14 @@ <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>
\ No newline at end of file |
