q / index.html
cbet's picture
Update index.html
e6a73dc verified
raw
history blame contribute delete
367 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div style="font-size: 46px; background-color:red;">cccp</div>
<div style="font-size: 46px; background-color:red;">will be changed</div>
</body>
</html>