Skip to content

Commit 1d29bfb

Browse files
authored
Update index.html
1 parent 4e5d189 commit 1d29bfb

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

index.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@
206206
"locationCreated": {
207207
"@type":"administrativeArea",
208208
"name" :"Szentendre, Hungary"},
209-
"mainEntity" : {"@type": ["MathSolver", "LearningResource"],
209+
"mainEntity" : {
210+
"@type": ["MathSolver", "LearningResource"],
210211
"name" : "Exact Geometry",
211212
"inLanguage":"en-us",
212213
"potentialAction": [
@@ -366,19 +367,9 @@
366367
"image": "tetrahedronMarkup.jpeg",
367368
"eduQuestionType": "equationSolving",
368369
"name": "Volume of a tetrahedron"
369-
},
370-
371-
{
372-
"@type": "SolveMathAction",
373-
"target": "/",
374-
"mathExpression-input": "required name=sideLength default=1 name=numberOfSides default=5",
375-
"mathExpression-output": "(numberOfSides/4)*ctg(180°/numberOfSides)*sideLength^2",
376-
"image": "pentagon.png",
377-
"eduQuestionType": "equationSolving",
378-
"name": "Area of a regular polygon"
379-
}
380-
381-
],
370+
}
371+
]
372+
},
382373
"sameAs" : "basic-geometry.pages.dev/",
383374
"mainEntityOfPage": {
384375
"@type": "AboutPage",
@@ -444,7 +435,6 @@
444435
"url": "https://basic-geometry.github.io/",
445436
"usageInfo":"Explore the fascinating world of geometry with comprehensive resources and tools. Whether you’re a student, teacher, or enthusiast, you’ll find valuable information and interactive features to enhance your learning experience. Check Out The Geometry Calculator App!"
446437
}
447-
}
448438
</script>
449439
</head>
450440
<body>

0 commit comments

Comments
 (0)