Improve validateURL()

This commit is contained in:
Joakim Hellsén 2024-02-04 03:22:54 +01:00
commit 263e89e292
2 changed files with 114 additions and 0 deletions

View file

@ -13,6 +13,16 @@
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
{{ if .ParseErrors }}
<h2>Results</h2>
<ul>
{{ range .ParseErrors }}
<li class="{{ if .IsError }}error{{ else }}success{{ end }}"><a href="{{ .FeedURL }}">{{ .FeedURL }}</a> - {{ .Msg }}</li>
{{ end }}
</ul>
{{ end }}
<span class="title">
<h1>
<a href="/">FeedVault</a>