boilerplate HTML, linked stylesheet

This commit is contained in:
2021-11-06 11:31:00 -05:00
parent b3e7a1289a
commit 9fe901412c

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link src="style.css" rel="stylesheet">
</head>
<body>
</body>
</html>