Files
cweb/index.html
T
Cameron Squire 6efee00127 color
2018-01-21 14:36:26 -08:00

19 lines
302 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<style>
h1 {
font-family: 'Open Sans', sans-serif;
color: white;
}
body {
background-color: black;
}
</style>
</head>
<body>
<h1>Test</h1>
</body>
</html>