update
This commit is contained in:
parent
054c0e36e8
commit
21ce16b2a7
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Scheduled Maintenance/</title>
|
<title>Scheduled Maintenance/</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/asciinema-player.css" />
|
<link rel="stylesheet" type="text/css" href="/maintenance-page/assets/asciinema-player.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="background-color: #121315; font-family: 'Fira Code', monospace;">
|
<body style="background-color: #121315; font-family: 'Fira Code', monospace;">
|
||||||
|
@ -12,10 +12,10 @@
|
||||||
<p id="countdown" class="text-countdown"></p>
|
<p id="countdown" class="text-countdown"></p>
|
||||||
<p class="text-info">StP is undergoing maintenance! Here's an estimated time that we will be back up and running, thank you for your patience :)</p>
|
<p class="text-info">StP is undergoing maintenance! Here's an estimated time that we will be back up and running, thank you for your patience :)</p>
|
||||||
</div>
|
</div>
|
||||||
<script src="/assets/asciinema-player.min.js"></script>
|
<script src="/maintenance-page/assets/asciinema-player.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
AsciinemaPlayer.create(
|
AsciinemaPlayer.create(
|
||||||
'/assets/train.cast',
|
'/maintenance-page/assets/train.cast',
|
||||||
document.getElementById('player'), {
|
document.getElementById('player'), {
|
||||||
loop: 1,
|
loop: 1,
|
||||||
autoplay: 1,
|
autoplay: 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue