2021-01-02 22:39:25 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>C 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">
|
2021-01-02 23:50:42 +01:00
|
|
|
<button class="btn cbtn"><i class="fas fa-cog after"></i></button>
|
|
|
|
<button class="btn cbtn"><i class="fas fa-cog after"></i></button>
|
|
|
|
<button class="btn cbtn"><i class="fas fa-cog after"></i></button>
|
|
|
|
<button class="btn cbtn"><i class="fas fa-cog after"></i></button>
|
2021-01-02 22:39:25 +01:00
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|