Update index.html
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>DICOMIOPSY QCM</title>
|
||||
<title>DISECOMIOPSY QCM</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
||||
<script type="text/javascript" src="main.js"></script>
|
||||
@@ -21,7 +21,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main id="app" style="display:none">
|
||||
<h1>DICOMIOPSY QCM</h1>
|
||||
<h1>DICOSEMIOPSY QCM</h1>
|
||||
<div>
|
||||
<div id='status'>Score : <span class="good">{{ good }} ✔</span> | <span class="bad">{{ bad }} ✘</span></div>
|
||||
<h2 id="question">{{ data[question].name }}</div>
|
||||
|
||||
Reference in New Issue
Block a user