Prześlij pliki do 'src/main/templates'
This commit is contained in:
parent
4b0d08f51d
commit
6307ec1414
53
src/main/templates/temp.gohtml
Normal file
53
src/main/templates/temp.gohtml
Normal file
@ -0,0 +1,53 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="pl">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Produkt</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="inf">
|
||||
<div class="tit">
|
||||
<h1>Nazwa: {{ .NazwaTw }}</h1>
|
||||
</div>
|
||||
<div class="tekst">
|
||||
Numer Towaru: {{ .ID }}<br><br>
|
||||
Imie: {{ .Imie }}<br><br>
|
||||
Nazwisko: {{ .Nazwisko }}<br><br>
|
||||
Id Pracownika: {{ .PracownikID }}<br><br>
|
||||
Dodatkowe informacje: {{ .Info}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #E2E2E2
|
||||
;
|
||||
}
|
||||
|
||||
.inf {
|
||||
background-color: #BCBCBD;
|
||||
width: 25%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
}
|
||||
|
||||
.tit {
|
||||
background-color: #9497A8;
|
||||
|
||||
}
|
||||
.tekst {
|
||||
margin-left: 20px;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user