Some checks failed
CI - SharePoint Plugin with SonarQube / Test and SonarQube Analysis (push) Has been cancelled
26 lines
646 B
HTML
26 lines
646 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Error - SharePoint Connector</title>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<h1>❌ Error</h1>
|
|
</header>
|
|
|
|
<div class="status-card">
|
|
<div class="error">
|
|
<h3>Something went wrong</h3>
|
|
<p>{{ error }}</p>
|
|
<br>
|
|
<a href="/" class="btn btn-primary">Go Home</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|