🤡 Mockup of default html/css page for center divi
This commit is contained in:
parent
9c6f44fac0
commit
9691a53840
2 changed files with 19 additions and 0 deletions
11
web_dev_defaults/default_index.html
Normal file
11
web_dev_defaults/default_index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Default HTML</title>
|
||||
<link rel="stylesheet" href="default_styles.css">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue