-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
22 lines (18 loc) · 767 Bytes
/
header.php
File metadata and controls
22 lines (18 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
include 'db.php'; // Include your database connection
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Study Reminder</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" sizes="32x32" href="media/studyReminderIcon.png">
<link rel="icon" type="image/png" sizes="16x16" href="media/studyReminderIcon.png">
<link rel="apple-touch-icon" sizes="180x180" href="media/studyReminderIcon.png">
<link rel="shortcut icon" href="media/studyReminderIcon.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="media/studyReminderIcon.png">
</head>
<body>