|
|
@ -7,12 +7,14 @@
|
|
|
|
<title>Github Profiles</title>
|
|
|
|
<title>Github Profiles</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<img src="https://cdn-icons.flaticon.com/png/512/3291/premium/3291667.png?token=exp=1641472591~hmac=1aea14fa7e03045653f2af5f19445ef3" alt="">
|
|
|
|
|
|
|
|
<h1>GitHub</h1>
|
|
|
|
<form class="user-form" id="form">
|
|
|
|
<form class="user-form" id="form">
|
|
|
|
<input type="text" id="search" placeholder="Search a Github User">
|
|
|
|
<input type="text" id="search" placeholder="Search a Github User">
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
<main id="main"></main>
|
|
|
|
<main id="main"></main>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.0/axios.min.js" integrity="sha512-DZqqY3PiOvTP9HkjIWgjO6ouCbq+dxqWoJZ/Q+zPYNHmlnI2dQnbJ5bxAHpAMw+LXRm4D72EIRXzvcHQtE8/VQ==" crossorigin="anonymous"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.0/axios.min.js" integrity="sha512-DZqqY3PiOvTP9HkjIWgjO6ouCbq+dxqWoJZ/Q+zPYNHmlnI2dQnbJ5bxAHpAMw+LXRm4D72EIRXzvcHQtE8/VQ==" crossorigin="anonymous"></script>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|