fix mobile usability issues for language_checklist.html ?
This commit is contained in:
parent
7a006260e8
commit
b46b704abc
@ -2,12 +2,18 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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>
|
||||
<body>
|
||||
<tt>
|
||||
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>
|
||||
<p>
|
||||
<pre>
|
||||
|
Loading…
Reference in New Issue
Block a user