mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 07:27:36 +00:00
25 lines
450 B
HTML
25 lines
450 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;
|
|
}
|
|
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>
|