We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786393b commit cc59c29Copy full SHA for cc59c29
revisionMaths2.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Non Calculator Maths Revision</title>
+ <title>Calculator Maths Revision</title>
7
<style>
8
body {
9
font-family: sans-serif;
@@ -88,7 +88,7 @@
88
</head>
89
<body>
90
<div class="container">
91
- <h1>Non Calculator Maths Revision</h1>
+ <h1>Calculator Maths Revision</h1>
92
93
<div class="question-area">
94
<div class="question-text" id="question-text">Loading question...</div>
0 commit comments