Skip to content

Instantly share code, notes, and snippets.

@htfy96
Created March 29, 2016 15:48
Show Gist options
  • Save htfy96/936549d1faf70f20e24b to your computer and use it in GitHub Desktop.
Save htfy96/936549d1faf70f20e24b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf8">
<title>Under Construction</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
</head>
<body>
<nav>
<div class="nav-wrapper cyan">
<a href="http://mirrors.sjtug.org" class="brand-logo">SJTUG Mirror</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="/">Repo List</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row" style="margin-top: 300px">
<h1 class="amber-text"> Wait for something <em class="amber-text text-darken-2">cool</em> soon</h1>
</div>
<div class="row" style="margin-bottom: 300px">
<p style="font-size:18px" class="grey-text center-align" style="margin-top: 40px"> This mirror is under construction now.</p>
</div>
</div>
<footer class="page-footer cyan">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">SJTUG Mirrors</h5>
<p class="grey-text text-lighten-4">Mirror site of SJTU *nix User Group</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="http://www.sjtug.org">sjtug.org</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Freedom and community are important
<a rel="license" class="right" style="padding-top:9px" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
</div>
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment