13 lines
303 B
Go Template
13 lines
303 B
Go Template
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<title>Stevan's Links</title>
|
||
|
|
<link href="css/style.css" rel="stylesheet">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1 class="red">Stevan's Links</h1>
|
||
|
|
</body>
|
||
|
|
</html>
|