PracowniaProgramowania/backend/homepage.html

10 lines
151 B
HTML
Raw Normal View History

2018-11-14 00:19:38 +01:00
<!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>