mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01: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
130 B
HTML
8 lines
130 B
HTML
<html>
|
|
<head>
|
|
<title>Static test asset page</title>
|
|
</head>
|
|
<body>
|
|
<h1>This is a static page.</h1>
|
|
</body>
|
|
</html> |