mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 05:07:41 +00:00
19 lines
302 B
HTML
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>
|