blob: bcb473e8a06fb0cc8d3823f60b0265a5ebbaba21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>Andrew's Website | Home</title>
<link href="./style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
|