generated from nathanwoodburn/go-webserver-template
Initial commit
This commit is contained in:
13
templates/about.html
Normal file
13
templates/about.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Go HTML Template</title>
|
||||
<link rel="stylesheet" href="/assets/css/index.css">
|
||||
<link rel="icon" href="/assets/img/favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>About page</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user