Links to follow on twitter/fb

This commit is contained in:
shinigami-eyes 2019-01-14 18:53:28 +01:00
parent 419bd59288
commit 0d2b729129

View File

@ -86,6 +86,11 @@
h2 {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.footer {
margin-top: 50px;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
@ -285,6 +290,11 @@
<button id="cancelButton">Cancel</button>
<button id="acceptButton">Accept</button>
</div>
<div class="footer">
Don't forget to follow us on <a href="https://twitter.com/ShinigamiEyesT">Twitter</a> or <a href="https://www.facebook.com/ShinigamiEyesT">Facebook</a>!
</div>
<script src="help.js"></script>
</body>