2019-03-19 00:13:01 +00:00
|
|
|
<!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">
|
2019-10-09 20:38:29 +00:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="assets/images/favicon/site.webmanifest">
|
2019-03-19 00:13:01 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<rtl-app></rtl-app>
|
|
|
|
</body>
|
|
|
|
</html>
|