diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2022-06-22 17:01:22 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2022-06-22 17:01:22 -0400 |
commit | 345fefb339d8c2a357ea596fdda3629eff705fe1 (patch) | |
tree | 2074355aa814db351617ef9afd99f257799b8b65 /moditos/index.html | |
parent | 3d16356ccc4b3cb8d2089507aa2a4459fe0dfa4d (diff) | |
download | website-345fefb339d8c2a357ea596fdda3629eff705fe1.tar.gz website-345fefb339d8c2a357ea596fdda3629eff705fe1.tar.bz2 website-345fefb339d8c2a357ea596fdda3629eff705fe1.zip |
More respectful language
Diffstat (limited to 'moditos/index.html')
-rw-r--r-- | moditos/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/moditos/index.html b/moditos/index.html new file mode 100644 index 0000000..2485f54 --- /dev/null +++ b/moditos/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> + <title>Jon Santmyer</title> + + <link rel="stylesheet" href="/style.css"> +</head> +<body> + <div class="page-body-border"><div class="page-body"> + <h1 class="page-body-top">Modit OS</h1> + <div class="page-body-content"> + <table class="page-body-buttons" style="width: 20%; margin: 0px;"> + <tr><td><div class="link-button-border"><a class="link-button" href="/">Home</a></div></td></tr> + <tr><td><div class="link-button-border"><a class="link-button" href="https://git.jonsantmyer.com/modit-slim">Git repository</a></div></td></tr> + </table> + </div></div> +</body> +</html> |