RTL/src/index.html
ShahanaFarooqui 0d3ff90977 Merging Angular pre-build code
Merging Angular pre-build code
2019-03-18 20:13:01 -04:00

13 lines
301 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RTL</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<body>
<rtl-app></rtl-app>
</body>
</html>