Skip to content

Commit 51d07e3

Browse files
author
Uttam Adhikari
committed
Added website files
1 parent 6550617 commit 51d07e3

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

index.html.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>FAT EIBL</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<h1>Welcome to FAT EIBL</h1>
11+
<p>This is your live website hosted on GitHub Pages.</p>
12+
13+
<script src="script.js"></script>
14+
</body>
15+
</html>

script.js.txt

Whitespace-only changes.

style.css.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
background-color: #f8f9fa;
4+
color: #333;
5+
text-align: center;
6+
margin-top: 100px;
7+
}
8+
9+
h1 {
10+
color: #007bff;
11+
}

0 commit comments

Comments
 (0)