From 2e6417f11fdd396cbe0c162c61472268058850de Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 22:28:50 +0200 Subject: [PATCH] Tested HTML --- html/helloworld.html | 1 + html/test.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 html/test.sh diff --git a/html/helloworld.html b/html/helloworld.html index d4f2664..703b0d1 100644 --- a/html/helloworld.html +++ b/html/helloworld.html @@ -1,3 +1,4 @@ + diff --git a/html/test.sh b/html/test.sh new file mode 100755 index 0000000..48f58c8 --- /dev/null +++ b/html/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +firefox helloworld.html \ No newline at end of file