asdf
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="css/styles.css">
|
<link rel="stylesheet" href="birthday/css/styles.css">
|
||||||
<title>Birthday | Josh Ashton</title>
|
<title>Birthday | Josh Ashton</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<h1>Happy Birthday!</h1>
|
<h1>Happy Birthday!</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="pic-container">
|
<div id="pic-container">
|
||||||
<img src="img/birthday-AIgenerated.jpg" />
|
<img src="birthday/img/birthday-AIgenerated.jpg" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
';
|
';
|
||||||
|
|||||||
+2
-2
@@ -13,8 +13,8 @@ if (isset($_POST['phone_number']))
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Input</title>
|
<title>Input</title>
|
||||||
<link href="css/styles.css" rel="stylesheet" type="text/css">
|
<link href="input/css/styles.css" rel="stylesheet" type="text/css">
|
||||||
<script src="js/index.js"></script>
|
<script src="input/js/index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+2
-2
@@ -61,8 +61,8 @@ if (isset($_GET['logout'])) {
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Spies</title>
|
<title>Spies</title>
|
||||||
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
<link href="insecure/css/styles.css" type="text/css" rel="stylesheet">
|
||||||
<script src="js/index.js"></script>
|
<script src="insecure/js/index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+2
-2
@@ -44,8 +44,8 @@ $poll_options = [
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Poll</title>
|
<title>Poll</title>
|
||||||
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
<link href="poll/css/styles.css" type="text/css" rel="stylesheet">
|
||||||
<script src="js/index.js" defer></script>
|
<script src="poll/js/index.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user