aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud CHESNAY <arnaud.chesnay@etu.univ-nantes.fr>2017-09-27 09:56:04 +0200
committerArnaud CHESNAY <arnaud.chesnay@etu.univ-nantes.fr>2017-09-27 09:56:04 +0200
commit25e7b96ebb5c0f42236a0e6809dfe9547bc32292 (patch)
treef7697f9fbcebfd1eaf13fcae739cd55668445a8c
parentapp.js (diff)
404
-rw-r--r--public/404.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..b73acb6
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8" />
+ <title>404 - RSC</title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+</head>
+
+<body class='markdown-preview' data-use-github-style>
+ <div>
+ <div class="row">
+ <h1>404</h1>
+ <h2>Teapot not found</h2>
+ </div>
+ </div>
+</body>
+
+</html>