mirror of
https://github.com/danog/schema.tl.git
synced 2024-11-26 20:14:52 +01:00
asdasd
This commit is contained in:
parent
f62a98c3f6
commit
7b0487d7ed
@ -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;
|
||||
}
|
@ -32,5 +32,11 @@
|
||||
</header>
|
||||
|
||||
<div class="content" ng-view></div>
|
||||
|
||||
<footer>
|
||||
<div class="footer-inner">
|
||||
© <a href="https://tjhorner.com">TJ Horner</a> 2017 — <a href="https://github.com/tjhorner/schema.tl">GitHub</a> — This is a fan site that is not affiliated with Telegram in any way.
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user