- ID da verificação
- 1829be9e-09f7-49af-9f85-946de3f539e1Concluído
- URL enviado:
- https://asuntdc.com/
- Relatório concluído:
Links · 0 encontrado(s)
Os links de saída identificados na página
Variáveis JavaScript · 3 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registro do console · 3 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | security |
|
error | network |
|
error | network |
|
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2024 ASU NBA Trade Deadline Competition</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/journal/bootstrap.min.css" integrity="sha512-BVVPC2Zs4xHlnPDEECbZj4bBG8o0gMjC10pF+uFsjQbNyhfAjZUMoX/8US0pW6x6jt7pDiFwFQz+uYH9GeH0Yw==" crossorigin="anonymous" referrerpolicy="no-referrer">
<style>
.title img {
display: block;
margin-left: auto;
margin-right: auto;
height: 35vh;
}
hr {
border-width: 2px;
}
.custom-hr {
border-color: rgba(169,20,20,128);
margin-bottom: 0px;
}
.custom-hr-black {
border-color: rgba(0, 0, 0, 1);
margin-top: 0px;
}
a:hover {color: black;}
.row1 {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
align-items: center;
padding-left: 10px;
}
.icon-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
align-items: center;
}
.icon-link div {
margin-top: 5vh;
font-size: 30vh;
}
.text-label {
font-size: 2em;
margin-top: 1em;
}
</style>
</head>
<body>
<div class="title">
<img src="https://events.asucollegeoflaw.com/nba-trade-deadline/wp-content/uploads/sites/39/2023/05/ASU-NTDC-Logo-300x240.png" alt="ASU NTDC Logo">
</div>
<hr class="custom-hr">
<div class="row1" ,="" style="background-color:#dddddd; font-family: 'Roboto', sans-serif; font-size: 2em;">
<h4>Welcome to the 2024 ASU NBA Trade Deadline Competition!</h4>
</div>
<hr class="custom-hr-black">
<div class="row">
<div class="col-md-6">
<a href="https://asuntdc.com/trades" target="_self" class="icon-link">
<div class="basketball">
<i class="fas fa-basketball-ball" style="font-size: 30vh;"></i>
</div>
<div class="text-label" style="font-size:2em;">Trade Entry Portal</div>
</a>
</div>
<div class="col-md-6">
<a href="https://asuntdc.com/log" target="_self" class="icon-link">
<div class="newspaper">
<i class="fas fa-newspaper" style="font-size: 30vh;"></i>
</div>
<div class="text-label" style="font-size:2em;">Transaction Log</div>
</a>
</div>
</div>
<!-- Font Awesome script to load icons -->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</body></html>