Skip to content

Commit af0c503

Browse files
committed
chore: update the site's title
1 parent ea886c6 commit af0c503

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/openehr-logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<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>
812
</head>
913
<body>
1014
<div id="root"></div>

0 commit comments

Comments
 (0)