Skip to content

Instantly share code, notes, and snippets.

@emmykolic
Created December 23, 2022 13:22
Embed
What would you like to do?
The header.php page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet" >
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" type="text/css" href="css/aos.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<title><?='Captcha' ?></title>
</head>
<body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment