We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ad261 + 418fe65 commit 3bfca35Copy full SHA for 3bfca35
3 files changed
docs/home/index.html
@@ -0,0 +1,6 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta http-equiv="refresh" content="0; url=/">
5
+ </head>
6
+</html>
docs/index.html
@@ -0,0 +1,14 @@
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>kmadsdev</title>
7
+ <link rel="stylesheet" href="style.css">
8
+ <link rel="icon" href="assets/favicon.png" type="image/png">
9
+</head>
10
+<body>
11
+ Hello, world!<br>
12
+ gonna put something here later
13
+</body>
14
docs/style.css
@@ -0,0 +1,7 @@
+body {
+ font-family: Arial, sans-serif;
+ margin: 40px;
+ background-color: #242424;
+ color: #fff;
+}
+
0 commit comments