Initial phylactery.{ca,xyz} site - simple Wesnoth lich image
This commit is contained in:
parent
692e3e6759
commit
e2ec202358
|
@ -0,0 +1,16 @@
|
|||
stages:
|
||||
- deploy
|
||||
deploy:
|
||||
stage: deploy
|
||||
before_script:
|
||||
- git submodule update --init
|
||||
script:
|
||||
- /usr/local/bin/deploy-site www.phylactery.ca ./
|
||||
- /usr/local/bin/deploy-site www.phylactery.xyz ./
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- public
|
||||
expire_in: 5 min
|
||||
only:
|
||||
- master
|
|
@ -0,0 +1,30 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Your Online Phylactery</title>
|
||||
</head>
|
||||
<body style="
|
||||
background-color: #070707;
|
||||
">
|
||||
<div style="
|
||||
width: 98%;
|
||||
height: 98%;
|
||||
position: absolute;
|
||||
margin:auto;
|
||||
top:0;
|
||||
bottom:0;
|
||||
left:0;
|
||||
right:0;
|
||||
">
|
||||
<img src="lich.png" style="
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
position: absolute;
|
||||
margin:auto;
|
||||
top:0;
|
||||
bottom:0;
|
||||
left:0;
|
||||
right:0;
|
||||
"/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue