-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.03 KB
/
index.html
File metadata and controls
23 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title> WeMadeEasy </title>
<link rel="Stylesheet" type="text/css" href=".\src\index.css">
<link rel="Stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/antd/3.23.3/antd.css">
<script src="Stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/antd/3.23.3/antd.cjs"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-analytics.js"></script>
<div id="root">Welcome To My Blog</div>
<script src="./src/index.js"></script>
</head>
<body>
<main class="main_body">
<h1><p class="main_heading" style="border: 20px solid blue;"> WELCOME TO IVDIMENSIONSTDIO COMMUNITY</p></h1>
</main>
<footer><p>Copyright © 2020 IVDIMENSIONSTDIO</p></footer>
</body>
</html>