From 2a3741727c6f45314053e6ee0f3c08b030e0c79f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 14 Oct 2023 03:11:00 -0700 Subject: fix(html): all on one line --- .vscode/settings.json | 11 +++++ index.html | 133 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 137 insertions(+), 7 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8e1430b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true + }, + "hide-files.files": [] +} \ No newline at end of file diff --git a/index.html b/index.html index 78aad79..ac5b576 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,127 @@ - + + + + + + Event Badges + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file -- cgit v1.2.3