Files
argo-cd/test/testdata/static/test.html
jannfis 0cfe1cdedf Set X-Frame-Options on serving static assets (#2706) (#2711)
* Add some test data for testing static assets

* Optional send X-Frame-Options header for static assets

* Allow fake server some time to settle in tests

* Retrigger CI
2019-11-18 15:12:35 -08:00

8 lines
130 B
HTML

<html>
<head>
<title>Static test asset page</title>
</head>
<body>
<h1>This is a static page.</h1>
</body>
</html>