Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/50projects50days/verify-account-ui/

index.html /cody/bradtraversy/50projects50days/verify-account-ui/index.html
370 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/bradtraversy/50projects50days/verify-account-ui/script.js
135 Views
0 Comments
const codes = document.querySelectorAll('.code')

codes[0].focus()

codes.forEach((code, idx) => {
code.addEventListener('ke
style.css /cody/bradtraversy/50projects50days/verify-account-ui/style.css
113 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Muli:300,700&display=swap');

* {
box-sizing: border-box;
}

body {
bac