Files
cweb/index.html
T
Cameron Squire 3b057b15d8 update
2018-01-21 15:15:36 -08:00

27 lines
515 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker|Shrikhand" rel="stylesheet">
<style>
h1 {
font-family: 'Shrikhand', sans-serif;
color: white;
font-size: 120px;
}
body {
background-color: black;
}
img.logo {
position: relative;
float: left;
width: 7%;
}
</style>
</head>
<body>
<img class="logo" src="static/naturalprangsmall.png">
<h1>Natural Brand</h1>
</body>
</html>
<!--Paolo is mrskol - Oliver is opelly -->