mirror of
https://github.com/cupcakearmy/use-light-switch.git
synced 2025-09-05 17:10:41 +00:00
initial commit
This commit is contained in:
36
test/index.html
Normal file
36
test/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link href="./index.styl" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>CSS</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Light</th>
|
||||
<th>Default</th>
|
||||
<th>Dark</th>
|
||||
</tr>
|
||||
<tr class="up">
|
||||
<td class="light">Up</td>
|
||||
<td>Up</td>
|
||||
<td class="dark">Up</td>
|
||||
</tr>
|
||||
<tr class="down">
|
||||
<td class="light">Down</td>
|
||||
<td>Down</td>
|
||||
<td class="dark">Down</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>React</h2>
|
||||
<div id="root">
|
||||
|
||||
</div>
|
||||
<script src="./index.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user