Compare commits
No commits in common. "test5" and "main" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
Dockerfile
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Add ICard</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Converted ICard View</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Dashboard</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>ICard Detail</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
21
index.html
21
index.html
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Home</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
21
login.html
21
login.html
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Login</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
21
signup.html
21
signup.html
@ -1,21 +0,0 @@
|
|||||||
SafeValue must use [property]=binding:
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>SignUp</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="page-wrapper">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
document.body.style.display = 'none';
|
|
||||||
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html> (see https://g.co/ng/security#xss)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user