-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (17 loc) · 957 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>burullus power plant</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<h1 style="text-align: center;" class="css-3d-text">Burrulus Powerplant</h1>
<h2 style="text-decoration: underline;margin: 10px;font-family: Georgia, 'Times New Roman', Times, serif">Effect of change of ambient temperature</h2>
<a href="Effect of T_amb/index.html"><button class="buttonClass1">performance of the power Powerplant at certain ambient temperature</button></a>
<a href="T_amb with compare/index.html"><button class="buttonClass1">comparison between the performance of the power Powerplant at two different ambient temperature</button></a>
</body>
</html>