-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 839 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="language" content="EN"/>
<title>ringID: Free Video Calls, Secret Chats, Feeds, Stickers & more</title>
<base href="/"/>
<link rel="icon" href="/assets/favicon-2ab5jU3T.ico"/>
<link href='//fonts.googleapis.com/css?family=Roboto:100,300,400,500,600' rel='stylesheet' type='text/css'>
</head>
<body ng-app="ringid" ng-controller="ApplicationController">
<div class="mid-body-dashboard" rg-resize rg-scroll>
<div ng-view autoscroll="true"></div>
</div>
<script type="module" src="/apps/main-app/app/main.js"></script>
</body>
</html>