initial commit
This commit is contained in:
commit
959771f66f
3 changed files with 119 additions and 0 deletions
32
index.html
Normal file
32
index.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="./style.css?t=1"></style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="padding: 20px">
|
||||
<div class="raised-outer">
|
||||
<div class="raised-inner button-face" style="padding: 12px">Hello, world!</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="padding: 20px">
|
||||
<div class="sunken-outer">
|
||||
<div class="sunken-inner button-face" style="padding: 12px">Hello, world!</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<fieldset>
|
||||
<button>
|
||||
<u>D</u>isplay
|
||||
</button>
|
||||
<button>
|
||||
<u>P</u>rint...
|
||||
</button>
|
||||
<button disabled>
|
||||
Cancel
|
||||
</button>
|
||||
</fieldset>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue