Initial commit
This commit is contained in:
17
tests/buttons/sbutton.html
Normal file
17
tests/buttons/sbutton.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>S Button</title>
|
||||
<base href="../../">
|
||||
<link rel="stylesheet" href="css/fontawesome/all.min.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<script src="js/button.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<main class="grid center">
|
||||
<button class="btn sbtn">Settings</button>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user