From 7886a9cf56be5d77a7ab0e3129540cde15f6e6d9 Mon Sep 17 00:00:00 2001 From: TheNightglow Date: Mon, 23 Aug 2021 23:32:51 +0200 Subject: [PATCH] test --- .vscode/launch.json | 12 ++++++++ index.html | 11 +++---- style.css => style1.css | 29 +++++++------------ .../aboutUs.html => subfiles/about-us.html | 8 ++--- subfiles/index.html | 16 ++++++++++ 5 files changed, 49 insertions(+), 27 deletions(-) create mode 100644 .vscode/launch.json rename style.css => style1.css (65%) rename SubFiles/aboutUs.html => subfiles/about-us.html (86%) create mode 100644 subfiles/index.html diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..519b6e6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,12 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch index.html", + "type": "firefox", + "request": "launch", + "reAttach": true, + "file": "${workspaceFolder}/index.html" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index b1d4020..8058f9b 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,13 @@ Apophis Coding - - + +
- Icon of Apophis Coding + Icon of Apophis Coding

Apophis Coding

@@ -23,12 +23,12 @@
  • - + Projects
  • - + About us
  • @@ -38,6 +38,7 @@

    Welcome to the home page of Apophis Coding.

    This side is currently under construction.

    +

    v0.0.2