botserver/web/desktop/news/index.html

20 lines
401 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>News</title>
<link rel="stylesheet" href="../css/global.css">
<link rel="stylesheet" href="news.css">
</head>
<body>
<div id="main-content">
<div class="content-section active">
<div class="panel">
<!-- News content will go here -->
<h1>News</h1>
</div>
</div>
</div>
<script src="news.js"></script>
</body>
</html>