mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
39 lines
954 B
HTML
39 lines
954 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.js"></script>
|
|
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins-ui.js"></script>
|
|
<link rel="stylesheet" href="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css">
|
|
|
|
<!-- Custom styles -->
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20px;
|
|
}
|
|
|
|
#text {
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#icon-warning {
|
|
width: 40px;
|
|
height: 40px;
|
|
background: url('resources/warnings_s.svg#attention') no-repeat center;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="text-center">
|
|
<div id="icon-warning"></div>
|
|
<div id="text"></div>
|
|
<script type="text/javascript" src="scripts/ie_warning.js"></script>
|
|
</body>
|
|
|
|
</html> |