[WWW] Adding a test page to work out an auto-deployment issue.

llvm-svn: 338086
This commit is contained in:
Mike Edwards 2018-07-26 23:23:40 +00:00
parent 1a40a06549
commit f5d614c901
1 changed files with 6 additions and 0 deletions

6
clang/www/test.html Normal file
View File

@ -0,0 +1,6 @@
<html>
<head />
<body>
<p><h1>Hello World!</h1></p>
</body>
</html>