mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-08-23 12:06:12 +01:00
14 lines
505 B
HTML
14 lines
505 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
|
|
</head>
|
|
<body class="buyspacebux">
|
|
<h1 class="center">Running low on spacebux?</h1><img src="{{resource("images/spacebux.gif")}}" class="center" width="64px" height="64px" style="margin: 0 auto"/>
|
|
|
|
<p>Visit our new Spacebux store!</p>
|
|
<p>Be sure to check back regularly to check out various limited-time offers!<p>
|
|
<p>Visit goonhub.com/spacebux to get more Spacebux today!</p>
|
|
</body>
|
|
</html>
|