aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/assets/refs.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-17 17:33:43 -0300
committerEuAndreh <eu@euandre.org>2021-08-17 17:35:59 -0300
commit89671533ab40a5d3ac0b8802c82ecfd8ac62c850 (patch)
tree61ba4bc04ff10bee4fc5783f6a24076314cefa45 /tests/resources/assets/refs.html
parentsrc/gistatic.c: Split alt messages of index and repository pages (diff)
downloadgistatic-89671533ab40a5d3ac0b8802c82ecfd8ac62c850.tar.gz
gistatic-89671533ab40a5d3ac0b8802c82ecfd8ac62c850.tar.xz
src/gistatic.c: Add <meta name="description" .../> to HTML <head>
Diffstat (limited to 'tests/resources/assets/refs.html')
-rw-r--r--tests/resources/assets/refs.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/resources/assets/refs.html b/tests/resources/assets/refs.html
index deb20bb..3610ef5 100644
--- a/tests/resources/assets/refs.html
+++ b/tests/resources/assets/refs.html
@@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="description" content="Submodule repository for gistatic project tests" />
<link rel="icon" type="image/svg+xml" href="logo.svg" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="alternate" type="application/atom+xml" href="commits.xml" title="repo-1 - commit feed" hreflang="en" />