deemixer/public/test_components.html

12 lines
244 B
HTML
Raw Normal View History

2020-04-12 20:05:07 +00:00
<!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>