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 b80b64e commit 260e130Copy full SHA for 260e130
index.html
@@ -0,0 +1,25 @@
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>Blog Test Page</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ text-align: center;
11
+ margin-top: 50px;
12
+ background-color: #f0f0f0;
13
+ }
14
+ h1 {
15
+ color: #333;
16
17
+ p {
18
+ color: #666;
19
20
+ </style>
21
+</head>
22
+<body>
23
+ <h1>Welcome to blog.feascript.com!</h1>
24
+</body>
25
+</html>
0 commit comments