DricomDragon пре 5 година
родитељ
комит
57e78c0c62
2 измењених фајлова са 25 додато и 0 уклоњено
  1. 13 0
      web/custom.css
  2. 12 0
      web/index.html

+ 13 - 0
web/custom.css

@@ -0,0 +1,13 @@
+body {
+	background-color: #f4fff4;
+	font-family: verdana;
+}
+
+h1 {
+	text-align: center;
+}
+
+p {
+	text-align: center;
+	font-size: 20px;
+}

+ 12 - 0
web/index.html

@@ -1,5 +1,17 @@
 <!DOCTYPE html>
 <html>
+	<head>
+		<meta charset="utf-8">
+
+		<!-- Page description -->
+		<meta name="description" content="The city center of jovian-hersemeule.eu domain">
+		<meta name="author" content="Jovian Hersemeule">
+		<meta property="og:image" content="img/city.png">
+
+		<!-- Style sheet -->
+		<link href="custom.css" rel="stylesheet">
+
+	</head>
 	<title>Platform Center</title>
 	<body>
 		<h1>Center</h1>