forked from chubby/happy_lights
18 lines
357 B
HTML
18 lines
357 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.table td{
|
|
padding: 10px;
|
|
border: 1px solid black
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table class='table' id='qq' ></table>
|
|
<input type='color' id='palitra' >
|
|
|
|
<script src="main.js"></script>
|
|
|
|
</body>
|
|
</html> |