Skip to content

Instantly share code, notes, and snippets.

@yeshvantbhavnasi
Created September 27, 2022 14:41
Show Gist options
  • Save yeshvantbhavnasi/d08f05a284c6322e0aa6fc9234bea979 to your computer and use it in GitHub Desktop.
Save yeshvantbhavnasi/d08f05a284c6322e0aa6fc9234bea979 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
}
h1,h2,h3,h4,h5,h6 {
margin: 3em 0 1em;
}
p,ul,ol {
color: #1d1d1d;
margin-bottom: 2em;
}
</style>
<title>
Hello
</title>
</head>
<body>
This is basic page with basic css.
Enough to be loaded to any website and shown.
I am in progress of building a search engine using whisper service.
- Podcasts downloaded and transcribed and searched.
- Will take all podcasts @Farnam street and create a serch engine out of it.
- Good representation of readable format of the podcast a user search
- Images
- Snipped you can share
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment