25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
<html >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>cancerainbow test</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0
|
|
}
|
|
|
|
.noUi-target {
|
|
width: 500px;
|
|
}
|
|
|
|
table tr td {
|
|
padding-top: 1rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>TEST</h1>
|
|
<script src="control.js"></script>
|
|
<script src="test.js"></script>
|
|
</body>
|
|
</html>
|