Basic http capability
This commit is contained in:
3
static/css/index.css
Normal file
3
static/css/index.css
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
h1 {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
1
static/html/404.html
Normal file
1
static/html/404.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<h1>404 NOT FOUND</h1>
|
||||||
10
static/html/index.html
Normal file
10
static/html/index.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>VOTE!</title>
|
||||||
|
<link rel="stylesheet" href="static/css/index.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Bonjour cher voyageur</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user