Browse Source

fix mobile usability issues for language_checklist.html ?

main
Colin McMillen 3 years ago
parent
commit
b46b704abc
  1. 10
      static/language_checklist.html

10
static/language_checklist.html

@ -2,12 +2,18 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Programming Language Checklist</title> <title>Programming Language Checklist</title>
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-size: 16px;
}
</style>
</head> </head>
<body> <body>
<tt> <tt>
Programming Language Checklist<br> Programming Language Checklist<br>
by <a href="https://famicol.in">Colin McMillen</a>, <a href="http://jcreed.org">Jason Reed</a>, and <a href="https://elly.town/">Elly Fong-Jones</a>, 2011-10-10.
by <a href="https://www.mcmillen.dev">Colin McMillen</a>, <a href="http://jcreed.org">Jason Reed</a>, and <a href="https://elly.town/">Elly Fong-Jones</a>, 2011-10-10.
<br> <br>
<p> <p>
<pre> <pre>

Loading…
Cancel
Save