20 lines
428 B
HTML
20 lines
428 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>v1</title>
|
||
|
<style>
|
||
|
body {
|
||
|
background-color: #a8ebff;
|
||
|
font-family: "Lucida Console", Courier, monospace;
|
||
|
}
|
||
|
h1 {
|
||
|
font-weight: 800;
|
||
|
font-size: 80px;
|
||
|
color: #020c66;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>v1</h1>
|
||
|
</body>
|
||
|
</html>
|