22 lines
609 B
HTML
Executable File
22 lines
609 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>Slack</title>
|
|
|
|
<link rel='icon' type='image/png' href='/favicon.png'>
|
|
<link href="//fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
|
|
<link href="//cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css" rel="stylesheet" type="text/css"/>
|
|
<link rel='stylesheet' href='/global.css'>
|
|
|
|
<link rel='stylesheet' href='/build/bundle.css'>
|
|
|
|
<script defer src='/build/bundle.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|