Skip to content
Closed

30 #67

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
  • Loading branch information
pro-makeen authored Oct 27, 2025
commit c967fd1c3ff03c7d6e6978134597961fb8d4ad34
75 changes: 75 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Ubuntu Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

body, html {
padding: 3px 3px 3px 3px;

background-color: #D8DBE2;

font-family: Ubuntu, Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}

div.main_page {
position: relative;
display: table;

width: 800px;

margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;

border-width: 2px;
border-color: #212738;
border-style: solid;

background-color: #FFFFFF;

text-align: center;
}

div.page_header {
height: 180px;
width: 100%;

background-color: #ffffff;
}


</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<div>

<br><br>
<img src="/customer/logos/makeen_logo.png" alt="MAKEEN ENERGY LOGO"
width="350"
height="100">

<br><br>
<span style="margin-top: 1.5em;" class="floating_element">
</span>
</div>
<div class="banner">
<p></p>
<div id="about"></div>
MASTER apache folder works!
</div>
</div>

</body>
</html>