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

35 lines
645 B
HTML

<!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> -->
<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">
Search
<button type="submit" id="search-button"></button>
Joined
Repos
Followers
Following
</body>
</html>