Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Rover Routen</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/menu.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<%- include("../includes/nav.ejs") %>
|
||||
<%- include("../includes/header.ejs") %>
|
||||
|
||||
<%- body %>
|
||||
|
||||
<%- include("../includes/status.ejs") %>
|
||||
<%- include("../includes/footer.ejs") %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user