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