From 474ccdfcd2997163f43e239839fc765f86ce3872 Mon Sep 17 00:00:00 2001 From: jrh224 <jrh224@cam.ac.uk> Date: Mon, 2 Oct 2023 17:42:16 +0200 Subject: [PATCH] added skeleton to html index file --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index e69de29..d01f779 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> +</head> +<body> + +</body> +</html> \ No newline at end of file -- GitLab