rmcg.dev/projects/FrontendMentor/junior/github-user-search-app/index.html

35 lines
645 B
HTML
Raw Normal View History

2022-11-09 15:26:36 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<!-- <script src="js/script.js" defer></script> -->
2022-11-09 15:26:36 +01:00
<title>Frontend Mentor | GitHub user search app</title>
</head>
<body>
devfinder
Light
Dark
Search GitHub username...
<input type="text" name="search-username" id="search-field">
2022-11-09 15:26:36 +01:00
Search
<button type="submit" id="search-button"></button>
2022-11-09 15:26:36 +01:00
Joined
Repos
Followers
Following
</body>
</html>