my-browser-startpage/index.html

65 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css" />
<title>startmenu</title>
</head>
<body>
<div class="links-main">
<ul class="rsat">
<img src="https://www.flaticon.com/svg/vstatic/svg/52/52053.svg?token=exp=1617717623~hmac=09067d41b678799a428117669debf229" height="24" width="24">
<a href="https://reddit.com/r/SAT/">r/SAT</a>
</ul>
<ul class="my-blog">
<img src="https://www.flaticon.com/svg/vstatic/svg/25/25694.svg?token=exp=1617717426~hmac=7c75fb475867bfe1b1233a20110049f5" height="22" width="22">
<a href="https://syedahmedblogs.cf">My blog</a>
</ul>
<ul class="disroot-main">
<img src="https://cdn.icon-icons.com/icons2/2407/PNG/512/disroot_icon_146193.png" height='23' width='23'>
<a href="https://disroot.org">Disroot</a>
</ul>
<ul class="private-bin">
<img src="https://www.flaticon.com/svg/vstatic/svg/861/861179.svg?token=exp=1617718080~hmac=95822f4f92b97d83fc3b4b0989178578" height='23' width='23'>
<a href="https://bin.disroot.org">PrivateBin</a>
</ul>
<ul class="searx">
<img src="https://www.svgrepo.com/show/14071/search.svg" height='22' width='22'>
<a href="https://search.disroot.org/">searX</a>
</ul>
<ul class="khanacademy">
<img src="https://www.vectorlogo.zone/logos/khanacademy/khanacademy-icon.svg" height='21' width='21'>
<a href="https://www.khanacademy.org/profile/kaid_4381599671175462892154555/courses">Khan Academy</a>
</ul>
<ul class="exam-updates">
<img src="https://www.flaticon.com/svg/vstatic/svg/709/709564.svg?token=exp=1617718374~hmac=2c661a56246ea755ee60a178ca8e2b76" height='21' width='21'>
<a href="https://www.cambridgeinternational.org/news/">Exam updates</a>
</ul>
<ul class="netlify">
<img src="https://www.vectorlogo.zone/logos/netlify/netlify-icon.svg" height='23' width='23'>
<a href="https://app.netlify.com/teams/9ahmed/overview">Netlify</a>
</ul>
<form class="search-bar" method="get" id="search" action="https://searx.ir/">
<input type="hidden" name="k8" value="#444444" />
<input type="hidden" name="k9" value="#D51920" />
<input type="hidden" name="kt" value="h" />
<input type="text" name="q" maxlength="255" placeholder="Search&hellip;" />
<input type="submit" value="searX Search" style="visibility: hidden;" />
</form>
</div>
</body>
</html>