create source dir, output dir and template file if missing
This commit is contained in:
parent
c785aa3ac8
commit
8736fa8638
2 changed files with 33 additions and 3 deletions
14
template.html
Normal file
14
template.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TITLE HERE</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
CONTENT HERE
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue