-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 771 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<title itemprop="name">10secondsofcode - reactjs | reactjs online | ReactJS Tutorial</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content="10secondsofcode">
<meta name="msapplication-TileColor" content="#3ab78c">
<meta property="og:title" content="10secondsofcode - The Modern Reactjs Tutorial ">
<meta name="description" content="10secondsofcode - Modern ReactJs Tutorial: Reactjs online tutorials, examples and advanced concepts">
<link rel="canonical" href="#">
</head>
<body>
<div id="app">
</div>
</body>
</html>