-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1022 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebServer</title>
</head>
<body style="box-sizing: border-box; padding: 0; margin: 0;">
<div style="
height: 100vh;
margin: 0;
padding: 0;
box-sizing:
border-box;
background: url(https://elitefon.ru/download.php?file=201211/1920x1080/elitefon.ru-6631.jpg);
display: flex;
justify-content: center;
align-items: center;"
class="container">
<h1 style="font-family: 'Noto Sans JP', sans-serif;">C++: "Do you have a "C" in your name?"</h1>
</div>
</body>
</html>