r338086 - [WWW] Adding a test page to work out an auto-deployment issue.
Mike Edwards via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 26 16:23:40 PDT 2018
Author: sqlbyme
Date: Thu Jul 26 16:23:40 2018
New Revision: 338086
URL: http://llvm.org/viewvc/llvm-project?rev=338086&view=rev
Log:
[WWW] Adding a test page to work out an auto-deployment issue.
Added:
cfe/trunk/www/test.html
Added: cfe/trunk/www/test.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/test.html?rev=338086&view=auto
==============================================================================
--- cfe/trunk/www/test.html (added)
+++ cfe/trunk/www/test.html Thu Jul 26 16:23:40 2018
@@ -0,0 +1,6 @@
+<html>
+ <head />
+ <body>
+ <p><h1>Hello World!</h1></p>
+ </body>
+</html>
More information about the cfe-commits
mailing list