added index.html

This commit is contained in:
Keith Smith 2025-03-28 15:53:34 +00:00
parent 44e52eefb6
commit ad9e3979fc

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>present day, present time...</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/ekmas/cs16.css@main/css/cs16.min.css">
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
<!-- <link rel="icon" type="image/x-icon" href="/favicon.ico" /> -->
<!-- <meta name="title" content="cs16.css" /> -->
</head>
<body>
<h1>Text</h1>
</body>
</html>