Browse Source

Add placeholder landing page

master
NGnius 4 years ago
parent
commit
44f6fb3caf
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      site/index.html

+ 14
- 0
site/index.html View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>

<html lang="en">
<head>
<link rel="icon" href="https://raw.githubusercontent.com/NGnius/rxsm/develop/resources/images/icon-notext-2048.png" type="image/x-icon"/>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/NGnius/rxsm/develop/resources/images/icon-notext-2048.png" type="image/x-icon"/>
<title>Exmods</title>
</head>
<body style="background-color: #404040; color: #20c420;">
<h1 style="text-align: center; padding-top: 10%; color: #20c420;">Welcome to the Exmods mod site</h1>
<h3 style="text-align: center; color: #20c420;">This domain is under construction, please check back (much) later</h3>
<h5 style="text-align: center; color: #20c420;"><a style="text-decoration:none; color: #208020;" href="https://git.exmods.org">View our code site</a> or <a style="text-decoration:none; color: #208020;" href="https://git.exmods.org/exmods/html-site">build this site with us</a>.</h5>
</body>
</html>

Loading…
Cancel
Save