add initial page for github pages

This commit is contained in:
Lukas Mehl 2018-07-17 19:50:03 +02:00
parent c97884b4f6
commit af53fb4d3c

15
docs/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Social Spider</title>
</head>
<body>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 header border-bottom box-shadow">
<h5>Social Spider</h5>
Hello World!
</div>
</body>
</html>