1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-11-26 20:14:52 +01:00
This commit is contained in:
TJ Horner 2017-08-21 20:41:26 -07:00
parent f62a98c3f6
commit 7b0487d7ed
2 changed files with 18 additions and 0 deletions

View File

@ -256,4 +256,16 @@ a:active {
pre {
background: #E0E0E0;
padding: 20px;
}
/* footer */
footer {
width: 100%;
border-top: 1px solid #E0E0E0;
}
.footer-inner {
max-width: 1100px;
margin: 20px auto;
}

View File

@ -32,5 +32,11 @@
</header>
<div class="content" ng-view></div>
<footer>
<div class="footer-inner">
&copy; <a href="https://tjhorner.com">TJ Horner</a> 2017 &mdash; <a href="https://github.com/tjhorner/schema.tl">GitHub</a> &mdash; This is a fan site that is not affiliated with Telegram in any way.
</div>
</footer>
</body>
</html>