23 lines
727 B
HTML
23 lines
727 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>DS Talk</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<link href="assets/images/icons/material/style.css" rel="stylesheet" />
|
|
<link href="assets/scss/partials/splash.css" rel="stylesheet" />
|
|
</head>
|
|
<body class="theme-default">
|
|
<app-root app-version="0.0.1"></app-root>
|
|
|
|
<div class="wrapper-splash bg-accent-light " id="splash-screen">
|
|
<div class="load-container">
|
|
<div class="loader"></div>
|
|
<span class="credit">Welcome to DS Talk</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|