Creation of the basic template
This basic template only includes the HTML, HEAD & BODY tags Signed-off-by: Mitsuo Makuda <mitsuo_makuda@bdsmhypnosisbasement.com>www
parent
441b39aeed
commit
4b8a31847e
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<!-- /HEAD/ -->
|
||||
<head>
|
||||
</head>
|
||||
<!-- \HEAD\ -->
|
||||
|
||||
<!-- // -->
|
||||
<body>
|
||||
</body>
|
||||
<!-- \\ -->
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue