style(crazyspace.html): remove unnecessary attributes from iframe for cleaner code
All checks were successful
DEPLOY / deploy (push) Successful in 9s
All checks were successful
DEPLOY / deploy (push) Successful in 9s
style(pong.html): update script tag to remove deprecated language attribute for better HTML compliance
This commit is contained in:
parent
ea9feb9150
commit
33b1bde178
@ -71,11 +71,8 @@
|
|||||||
<iframe
|
<iframe
|
||||||
src="https://scratch.mit.edu/projects/1137857711/embed"
|
src="https://scratch.mit.edu/projects/1137857711/embed"
|
||||||
style="border-radius: 10px"
|
style="border-radius: 10px"
|
||||||
allowtransparency="true"
|
|
||||||
width="485"
|
width="485"
|
||||||
height="402"
|
height="402"
|
||||||
frameborder="0"
|
|
||||||
scrolling="no"
|
|
||||||
allowfullscreen
|
allowfullscreen
|
||||||
></iframe>
|
></iframe>
|
||||||
</main>
|
</main>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
<script src="/static/js/utils.js" defer></script>
|
<script src="/static/js/utils.js" defer></script>
|
||||||
<script language="javascript" defer>
|
<script>
|
||||||
function getSinus(angle) {
|
function getSinus(angle) {
|
||||||
return Math.sin(angle);
|
return Math.sin(angle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user