mattermost-desktop/src/browser/settings.html

17 lines
300 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2015-10-23 09:44:10 -07:00
<head>
<meta charset="UTF-8">
<title>Settings</title>
2016-01-30 07:50:43 -08:00
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
2017-01-30 12:19:05 -08:00
<link rel="stylesheet" href="css/index.css">
</head>
2015-10-23 09:44:10 -07:00
<body>
<div id="content"></div>
2016-01-30 07:50:43 -08:00
<script src="settings.js"></script>
</body>
2015-10-23 09:44:10 -07:00
2016-08-20 13:34:09 -07:00
</html>