Skip to content
Snippets Groups Projects
Commit f8320430 authored by lordjbs's avatar lordjbs
Browse files

init

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #747 passed
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
CNAME 0 → 100644
jbs.owo.codes
\ No newline at end of file
website lol
made with nano
<html>
<head>
<style>
body {
background-color: #1b1b1b !important;
}
@import url('https://fonts.googleapis.com/css?family=Oxygen');
.oxygen {
font-family: 'Oxygen', sans-serif;
color: white;
font-size:100px;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
</style>
</head>
<body>
<p class="oxygen center">what are you doing in my swamp</p>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment