svn commit: r1928380 - apr/site/trunk/docs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dsahlberg
Date: Fri Sep 12 20:04:09 2025
New Revision: 1928380
Log:
In site/trunk:
Doing some experiments with a more mobile-friendly website.
Using projects.html as guinea pig since we don't have a staging site.
* projects.html
Add meta viewport
Modified:
apr/site/trunk/docs/projects.html
Modified: apr/site/trunk/docs/projects.html
==============================================================================
--- apr/site/trunk/docs/projects.html Fri Sep 12 19:28:58 2025 (r1928379)
+++ apr/site/trunk/docs/projects.html Fri Sep 12 20:04:09 2025 (r1928380)
@@ -3,6 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="APR Developers" /><meta name="email" content="[email protected]" />
<title>Projects Using the Apache Portable Runtime - The Apache Portable Runtime Project</title>
</head>