- Update whitespace formatting with prettier extension - Reorganize files under src folder - Move html files out of web_pages folder - Move stylesheet into style folder - Change links from old repo to new repo - Clean-up some files - Move all in-line styles to styles.css
8 lines
172 B
HTML
8 lines
172 B
HTML
<!--Dummy File to Redirect to index.html in Web Pages Folder-->
|
|
<head>
|
|
<meta
|
|
http-equiv="refresh"
|
|
content="0; url=https://sravanbalaji.com/src/index.html"
|
|
/>
|
|
</head>
|