2019-09-18 06:02:21 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2019-12-24 01:32:02 +00:00
|
|
|
<title>DS Talk</title>
|
2019-09-18 06:02:21 +00:00
|
|
|
<base href="/" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
2019-09-24 00:03:36 +00:00
|
|
|
<link href="assets/images/icons/material/style.css" rel="stylesheet" />
|
2019-11-25 06:23:52 +00:00
|
|
|
<link href="assets/scss/partials/splash.css" rel="stylesheet" />
|
2019-09-18 06:02:21 +00:00
|
|
|
</head>
|
2019-09-20 04:22:19 +00:00
|
|
|
<body class="theme-default">
|
2019-12-12 08:15:09 +00:00
|
|
|
<app-root app-version="0.0.1"></app-root>
|
2019-11-25 06:23:52 +00:00
|
|
|
|
2020-01-08 06:58:16 +00:00
|
|
|
<div class="wrapper-splash bg-accent-light " id="splash-screen">
|
2020-01-08 06:40:06 +00:00
|
|
|
<div class="load-container">
|
|
|
|
<div class="loader"></div>
|
|
|
|
<span class="credit">Welcome to DS Talk</span>
|
|
|
|
</div>
|
2019-11-25 06:23:52 +00:00
|
|
|
</div>
|
2019-09-18 06:02:21 +00:00
|
|
|
</body>
|
|
|
|
</html>
|