We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6550617 commit 51d07e3Copy full SHA for 51d07e3
index.html.txt
@@ -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
style.css.txt
@@ -0,0 +1,11 @@
+body {
+ font-family: Arial, sans-serif;
+ background-color: #f8f9fa;
+ color: #333;
+ text-align: center;
+ margin-top: 100px;
+}
+h1 {
+ color: #007bff;
0 commit comments