Browse Source

Add git link

master
Adrian Heine 4 years ago
parent
commit
a072221915
  1. 3
      index.html
  2. 5
      style.css

3
index.html

@ -3,3 +3,6 @@
<script src=/diffDOM.js></script>
<script src=/springy.js></script>
<script src=/src/index.js type=module></script>
<aside>
<a href="https://git.adrianheine.de/adrian/coding-precarity">git</a>
</aside>

5
style.css

@ -139,3 +139,8 @@ blockquote:before {
float: left;
margin-top: 2.5rem;
}
aside {
float: right;
padding: 1em;
}
Loading…
Cancel
Save