istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/ctrlz/assets/templates/404.html (about) 1 {{ define "title" }}Page Not Found{{ end }} 2 {{ define "content" }} 3 <div class="notfound"> 4 <div class="icon"> 5 <img alt="Warning" title="Uh-oh" src="/img/exclamation-mark.svg" /> 6 </div> 7 8 <div class="error"> 9 We're sorry, the page you requested cannot be found 10 </div> 11 12 <div class="explanation"> 13 The URL may be misspelled 14 </div> 15 </div> 16 {{ end }}