commit d101225e77c87488d2207ad9261eef66ffab32d6 Author: 9ahmed <9ahmed@disroot.org> Date: Tue Apr 6 19:42:18 2021 +0500 first commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..9f0f92d --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + + + + startmenu + + + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..80cc1cc --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +body { + background: #fff; +} + +.links-main { + font-size: 20px; + font-family: 'Courier New', Courier, monospace; + text-align: center; + padding-top: 200px; +}