2023-02-11 02:35:21 +00:00
<!DOCTYPE html>
< html >
2023-02-11 03:06:10 +00:00
< head >
< title > Quatalog Home< / title >
< link rel = "shortcut icon" href = "./favicon/quatalogIcon.png" >
< link rel = "icon" href = "./favicon/favicon.ico" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "./favicon/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "./favicon/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "./favicon/favicon-16x16.png" >
< link rel = "manifest" href = "./favicon/site.webmanifest" >
< link rel = "stylesheet" href = "css/common.css" / >
< link rel = "stylesheet" href = "css/home.css" / >
2023-04-05 21:34:19 +00:00
< link rel = "stylesheet" href = "css/themes.css" / >
2023-02-11 03:06:10 +00:00
< meta property = "og:title" content = "Quatalog" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://quatalog.com" / >
< meta property = "og:description" content = "It's like the catalog but based" / >
< meta property = "og:image" content = "https://quatalog.com/images/quatalogVWordmarkBacking.png" / >
< meta property = "og:image:width" content = "512" / >
< meta property = "og:image:height" content = "256" / >
< meta property = "og:image:alt" content = "Quatalog wordmark" / >
2023-02-11 02:35:21 +00:00
2023-02-11 03:06:10 +00:00
< script src = "js/search_helper.js" > < / script >
< / head >
< body >
< svg id = "home-title" > < use href = "./images/quatalogVWordmark.svg#QuatalogVWordmark" > < / use > < / svg >
2023-02-11 23:36:11 +00:00
< form onsubmit = "search_helper(event,false)" >
2023-02-11 03:06:10 +00:00
< input type = "text" class = "home-search" id = "search" placeholder = "Search..." >
2023-02-11 02:35:21 +00:00
< / form >
2023-02-11 03:06:10 +00:00
< p id = "home-footer" >
2023-12-23 20:08:05 +00:00
Check out our < a target = "_blank" href = "https://github.com/quatalog/quatalog" > source code < svg > < use href = "icons.svg#github-icon" > < / use > < / svg > < / a > (or yell at us about issues!)
2023-02-11 03:06:10 +00:00
< / p >
< / body >
2023-02-11 02:35:21 +00:00
< / html >