We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea886c6 commit af0c503Copy full SHA for af0c503
index.html
@@ -1,10 +1,14 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <link rel="icon" type="image/svg+xml" href="/openehr-logo.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + React + TS</title>
+ <meta
8
+ name="description"
9
+ content="Test your OpenEHR knowledge with this interactive quiz game. Learn about health informatics concepts while having fun!"
10
+ />
11
+ <title>OpenEHR Integration Quest</title>
12
</head>
13
<body>
14
<div id="root"></div>
0 commit comments