Add basic website preview and deploy makefile
This commit is contained in:
parent
8b4501f309
commit
7e3a95035d
4
Makefile
Normal file
4
Makefile
Normal 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
8
index.html
Normal 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>
|
Reference in New Issue
Block a user