1
Fork 0

Create rewriter

This commit is contained in:
Jake Howard 2022-10-08 16:14:30 +01:00
parent dfedeeed6f
commit 71038d33ae
3 changed files with 22 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master

1
public/_redirects Normal file
View File

@ -0,0 +1 @@
/* https://slides.gitlab-pages.theorangeone.net/:splat 200

10
public/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Slides</title>
</head>
<body>
<h1>Slides</h1>
</body>
</html>