html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- I don't own the displayed simulation it is owned by PhET Interactive Simulations, University of Colorado Boulder -->
<!DOCTYPE html>
<html>
<head>
<title>VSEPR</title>
<style>
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background-color: #f4f4f4;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<h1 style="margin: 10px 0;">VSEPR</h1>
<iframe
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
2
alert("I shouldn't be coding right now cuz I have exams but I'm doing it and it's just an iframe and I typed this while eating to not waste time so..........")
alert("This is a basic vsepr simulation. Have fun with it (◠‿・)—☆")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run