From 3cbf8efe0c46bcc9e140e1b30ff1b1afb58b1049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= Date: Wed, 18 Jan 2023 21:38:06 +0000 Subject: [PATCH] :rocket: Launch --- .devcontainer/devcontainer.json | 20 ++++++++++++++++-- blank.html | 23 ++++++++++++++++++++ index.html | 37 +++++++++++++++++++++------------ 3 files changed, 65 insertions(+), 15 deletions(-) create mode 100644 blank.html diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0cbb75b..012cf30 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,8 +9,24 @@ }, "vscode": { "extensions": [ - "ms-vscode.live-server" - ] + "mkaufman.HTMLHint", + "esbenp.prettier-vscode", + "christian-kohler.path-intellisense" + ], + "settings": { + "editor.formatOnSave": true, + "[html]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } + } + } + }, + "postCreateCommand": "npm install -g --no-package-lock live-server", + "postAttachCommand": "live-server --no-browser --port=8080", + "portsAttributes": { + "8080": { + "label": "Application", + "onAutoForward": "openPreview" } } } \ No newline at end of file diff --git a/blank.html b/blank.html new file mode 100644 index 0000000..8e657c7 --- /dev/null +++ b/blank.html @@ -0,0 +1,23 @@ + + + + + + + Blank Page + + +
+ +
+
+ +
+ + + diff --git a/index.html b/index.html index 3dea9f9..7747232 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,36 @@ - + - - - + + + Hello, world!
- -
-

Hello, world!

-

This website uses Pico.css classless, a CSS framework that uses only HTML tags for styling.

-
- + +
+

Hello, world!

+

+ This website uses + + Pico.css classless + + , a CSS framework that uses only HTML tags for styling. +

+
+ + +
- +
- \ No newline at end of file +