july21
This commit is contained in:
parent
ab478cf3af
commit
f56e908736
2 changed files with 15 additions and 0 deletions
3
templates/assets/index.css
Normal file
3
templates/assets/index.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
h1 {
|
||||
color: blueviolet;
|
||||
}
|
12
templates/index.html
Normal file
12
templates/index.html
Normal 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>
|
Loading…
Reference in a new issue