From d101225e77c87488d2207ad9261eef66ffab32d6 Mon Sep 17 00:00:00 2001 From: 9ahmed <9ahmed@disroot.org> Date: Tue, 6 Apr 2021 19:42:18 +0500 Subject: [PATCH] first commit --- index.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 10 ++++++++++ 2 files changed, 68 insertions(+) create mode 100644 index.html create mode 100644 style.css 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; +}