17 lines
667 B
Go Template
17 lines
667 B
Go Template
{{define "components/Head.gohtml"}}
|
|
<!DOCTYPE html>
|
|
<html lang="en" style="scroll-behavior: smooth;">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<link rel="icon" href="https://raw.githubusercontent.com/diaid83/details/master/favicon.ico" type="image/x-icon" />
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
|
<title>Pokemon Go Templates</title>
|
|
</head>
|
|
|
|
<body >
|
|
|
|
{{end}} |