Skip to content

Instantly share code, notes, and snippets.

View rkasavaraju's full-sized avatar

RKK rkasavaraju

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, sans-serif; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 15pt; }