sgw/designs/commits.html

1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title></title> 7 <link rel="stylesheet" href="sgw.css"> 8</head> 9<body> 10 11 <header> 12 <div class="container"> 13 <nav> 14 <a href="#">&#9664; all repos</a> <br /> 15 <a href="index.html">index</a> &VerticalSeparator; 16 <a href="files.html">files</a> &VerticalSeparator; 17 <a href="commits.html">commits</a> 18 </nav> 19 </div> 20 </header> 21 22 <section class="container"> 23 <h3>commit history - main</h3> 24 <div class="source-file"> 25commit 4902dbe7e6780cf09a59856c1d7c573a7189561f 26Author: Ashish Kurian Thomas <box.ashishk@gmail.com> 27Date: Sat Apr 1 08:20:27 2017 +0530 28 29 updated README for screenshot 30 31commit 1c419919adfee8a18919b5aa73b20d20dad47ebb 32Author: Ashish Kurian Thomas <box.ashishk@gmail.com> 33Date: Sat Apr 1 08:18:03 2017 +0530 34 35 screenshot added ... again 36 37commit 0f0ccacd3269bc0d5b0d099450aa0e07694fc3a3 38Author: Ashish Kurian Thomas <box.ashishk@gmail.com> 39Date: Sat Apr 1 08:15:27 2017 +0530 40 41 added screenshot to README 42 43commit 195d3ae0ec7ea31f1a5190ee36ecec344ae9820c 44Author: Ashish Kurian Thomas <box.ashishk@gmail.com> 45Date: Sat Apr 1 08:11:36 2017 +0530 46 47 started a new repo from scratch 48 49commit 2b4dc58079203396681f39a76e0b1e38475dfbc3 50Author: aktsbot <box.ashishk@gmail.com> 51Date: Wed Jan 4 07:38:35 2017 +0530 52 53 Changed TAB in the README 54 55commit f01813c188ff50bdd1047c341aecd6257509a83d 56Author: aktsbot <box.ashishk@gmail.com> 57Date: Wed Jan 4 07:35:19 2017 +0530 58 59 Added a README 60 61commit 7a1e88f84eba76141a498a2caf2f9ee303b83237 62Author: aktsbot <box.ashishk@gmail.com> 63Date: Wed Jan 4 07:31:23 2017 +0530 64 65 First commit for the repo 66 67 </div> 68 </section> 69 70 <footer> 71 <div class="container right"> 72 <small>sgw | 2026-05-08T20:31:36.568Z</small> 73 </div> 74 </footer> 75 76</body> 77</html>