From 18d0f7b1b5b8bf4c0b66b42d032a9446c842d96a Mon Sep 17 00:00:00 2001
From: Simo Kantele <simo.k.kantele@utu.fi>
Date: Tue, 28 Jan 2025 10:35:07 +0000
Subject: [PATCH] Add new file

---
 html | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 html

diff --git a/html b/html
new file mode 100644
index 0000000..50b72d0
--- /dev/null
+++ b/html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="en-US">
+  <head>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width" />
+    <title>My test page</title>
+  </head>
+  <body>
+    <img src="images/tietokone.jpg" alt="tietokone" />
+  </body>
+</html>
-- 
GitLab