mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* 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
8 lines
No EOL
130 B
HTML
8 lines
No EOL
130 B
HTML
<html>
|
|
<head>
|
|
<title>Static test asset page</title>
|
|
</head>
|
|
<body>
|
|
<h1>This is a static page.</h1>
|
|
</body>
|
|
</html> |