vanity url setup for my go modules
pkg.rbrt.fr
1<!DOCTYPE html>
2<html>
3<head>
4<meta charset="utf-8">
5<meta name="viewport" content="width=device-width, initial-scale=1.0">
6<title>pkg.rbrt.fr Go Modules</title>
7<style>
8* { font-family: sans-serif; }
9body { margin: 16px; background-color: #f4f4f4; }
10.content {
11 max-width: 600px;
12 margin: 0 auto;
13 background-color: #fff;
14 border-radius: 4px;
15 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
16 padding: 16px;
17}
18code {
19 display: block;
20 font-family: monospace;
21 font-size: 1em;
22 background-color: #eee;
23 padding: 1em;
24 margin-bottom: 16px;
25}
26ul { margin-top: 16px; margin-bottom: 16px; }
27@media (max-width: 600px) {
28 .content {
29 max-width: 100%;
30 margin: 0 8px;
31 box-shadow: none;
32 }
33}
34</style>
35</head>
36<body>
37<div class="content">
38
39<h2>pkg.rbrt.fr Go Modules</h2>
40
41
42
43<ul>
44</ul>
45
46<h3>Libraries:</h3>
47
48<ul>
49<li>
50<a href="/julien.rbrt.fr">julien.rbrt.fr</a>
51</li>
52<li>
53<a href="/ollama-proxy">ollama-proxy</a>
54</li>
55<li>
56<a href="/servmon">servmon</a>
57</li>
58</ul>
59
60<hr/>
61
62Generated by <a href="https://github.com/julienrbrt/vangen">vangen</a>.
63
64</div>
65</body>
66</html>