mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 01:37:37 +00:00
20 lines
354 B
HTML
20 lines
354 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>
|
|
<img src="static/naturalprangsmall.png">
|
|
<h1>Natural Brand</h1>
|
|
</body>
|
|
</html>
|