22 lines
797 B
HTML
22 lines
797 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Atoms</title>
|
|
<link rel="icon" href="./resources/static/favicon.ico">
|
|
<link rel="stylesheet" href="./index.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
</head>
|
|
<body>
|
|
<div class="pulltab1"></div>
|
|
<div class="table"></div>
|
|
<div class="settings"></div>
|
|
<h1 class="desc">Background Theme</h1><h1 id="bg">Light</h1>
|
|
<div class="pulltab2"></div>
|
|
<div class="workspace"></div>
|
|
</body>
|
|
<script src="./index.js"></script>
|
|
<!--<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.1/jquery.scrollTo.js"></script>
|
|
-->
|
|
</html> |