🚧 Add front-end code
This commit is contained in:
parent
7cdc9c07ab
commit
c0c2a5ffcc
5 changed files with 127 additions and 0 deletions
13
front-end/cmd/web/templates/header.partial.gohtml
Normal file
13
front-end/cmd/web/templates/header.partial.gohtml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{{define "header"}}
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Microservices in Go</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||
|
||||
</head>
|
||||
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue