This commit is contained in:
siva 2021-07-21 16:08:35 +02:00
parent ab478cf3af
commit f56e908736
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,3 @@
h1 {
color: blueviolet;
}

12
templates/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="assets/index.css" />
</head>
<body>
<h1>Index Html Test</h1>
</body>
</html>