PracowniaProgramowania/backend/homepage.html
2018-11-14 00:19:38 +01:00

10 lines
151 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
</head>
<body>
<p>The date today is {{.Date}}</p>
<p>And the time is {{.Time}}</p>
</body>
</html>