initial template for static sites
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>${REPO_NAME}</title></head>
|
||||
<body>
|
||||
<h1>${REPO_NAME}</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user