This commit is contained in:
Rob 2019-07-14 16:04:45 +02:00
commit 0c916a25b1
3 changed files with 24 additions and 0 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<title>Datenspuren Wegweise</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>

1
js/import.js Normal file
View File

@ -0,0 +1 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">