Skip to content

Instantly share code, notes, and snippets.

@SmashedFrenzy16
Created December 22, 2021 14:00
Show Gist options
  • Save SmashedFrenzy16/58921191eba115591dab4f66d9dbf06e to your computer and use it in GitHub Desktop.
Save SmashedFrenzy16/58921191eba115591dab4f66d9dbf06e to your computer and use it in GitHub Desktop.
Basic Sample Webpage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=11">
<meta http-equiv="X-UA-Compatible" content="IE=10">
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=5">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Basic Sample Webpage</title>
</head>
<body>
<h1>Welcome</h1>
<p> Welcome to this basic sample webpage. It is a basic template along with a Google Custom Search Engine. Go to https://github.com/SmashedFrenzy16/basic-sample-webpage to learn more. </p>
<h2> Custom Search Engine </h2>
<div1></div1>
<script async src="https://cse.google.com/cse.js?cx=05ac5a4c5b0227c7c"></script>
<div class="gcse-searchbox-only"></div>
<div2></div2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment