-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimulation.html
More file actions
53 lines (40 loc) · 1.37 KB
/
Simulation.html
File metadata and controls
53 lines (40 loc) · 1.37 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang=”en”>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>
Simulation
</title>
<script>
</script>
</head>
<body>
<div class="text-center"; >
<div style="background-color:#00204B; color:white;">
<h1>
Simulation
</h1>
<br>
<br>
<h4>
To view the impacts of the implementation of Saharan Solutions, enter the name, energy usage, and annual energy budget of countries who wish to invest.
*Note: The simulation will calculate the profits based on 90% of non-investor countries buying their energy from this program, and the “break-even” point includes the money saved from not buying non-renewable energy resources.
<br>
<br>
<br><iframe src="https://saharan-solutions.detechtheory.repl.run/" width="100%" height="790px" frameBorder="0" style="border: 0;"></iframe><br><a href="" target="_blank"></a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</body>
</html>