Initial commit.
parent
0f04354574
commit
49d85ff51c
|
@ -0,0 +1,13 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Hello world!</title>
|
||||||
|
<link rel="stylesheet" href="static/nightlycss.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Hello world!</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,6 @@
|
||||||
|
:root {
|
||||||
|
--bgcolour: #313131;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: var(--bgcolour);
|
||||||
|
}
|
Loading…
Reference in New Issue