Files
cweb/index.html
T
Cameron Squire c6dbc5c0ff image change
2018-01-21 14:54:05 -08:00

25 lines
441 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;
}
img.logo {
position: relative;
float: left;
width: 30%;
}
</style>
</head>
<body>
<img class="logo" src="static/naturalprangsmall.png">
<h1>Natural Brand</h1>
</body>
</html>