dockerize

This commit is contained in:
Will Freeman
2024-10-02 18:27:02 -05:00
parent ff0aff59f4
commit fd94bd3cee
18 changed files with 359 additions and 133 deletions
+9
View File
@@ -0,0 +1,9 @@
a {
font-weight: bold;
color: rgb(18, 151, 195);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}