Add basic website preview and deploy makefile

This commit is contained in:
L3D 2021-01-27 22:12:47 +01:00
parent 8b4501f309
commit 7e3a95035d
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
2 changed files with 12 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
all:
scp *.html wtf_eg@wtf-eg.de:~/httpdocs/
scp wtf-logo.svg wtf_eg@wtf-eg.de:~/httpdocs/

8
index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>WTF Kooperative eG</title>
</head>
<body>
<img src="wtf-logo.svg" style="vertical-align:middle">
</body>