Added new font and button style

This commit is contained in:
RemixDev
2020-04-12 22:05:07 +02:00
parent 64b98c7ac7
commit c044a0b9f0
75 changed files with 872 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<button type="button" name="button">Hello</button>
</body>
</html>