Spaces:
Runtime error
Runtime error
Commit
·
3d78709
1
Parent(s):
efd83d7
Upload home.html
Browse files
home.html
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
| 7 |
+
<title>Document</title>
|
| 8 |
+
</head>
|
| 9 |
+
<body style="background-color: lightpink">
|
| 10 |
+
<center>
|
| 11 |
+
<h1 style="font-family: Impact">
|
| 12 |
+
Python Flask ❤ PostgreSQL Database
|
| 13 |
+
</h1>
|
| 14 |
+
<h3>⭐
|
| 15 |
+
<a href="https://github.com/LintangWisesa"
|
| 16 |
+
style="font-family: Arial"
|
| 17 |
+
target="_blank">
|
| 18 |
+
@lintangwisesa
|
| 19 |
+
</a>
|
| 20 |
+
</h3>
|
| 21 |
+
</center>
|
| 22 |
+
</body>
|
| 23 |
+
</html>
|