Tải bản đầy đủ (.docx) (5 trang)

Tải Khắc phục lỗi chữ nhảy cách trong Microsoft Word - Lỗi chữ nhảy cách trong Microsoft Word

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (3.41 KB, 5 trang )

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<meta name="csrf-token" content="HU8boRs7513F16Bv57Yl79vUD0SxQr9kYwHNvWD0" />
<title>Error 500 :: Document Server</title>


<link rel="stylesheet" type="text/css" href="http://118.70.13.36:5920/packages/backpack/base/css/bundle.css?v=4.0.61@1977e0cc52fa7cf9547eaeadf03f5cd88402b574">
<link rel="stylesheet" type="text/css" href="http://118.70.13.36:5920/packages/line-awesome/css/line-awesome.min.css?v=4.0.61@1977e0cc52fa7cf9547eaeadf03f5cd88402b574">
<link rel="stylesheet" type="text/css" href=" />

<style>
.error_number {
font-size: 156px;
font-weight: 600;
line-height: 100px;
}
.error_number small {
font-size: 56px;
font-weight: 700;
}

.error_number hr {
margin-top: 60px;
margin-bottom: 0;
width: 50px;
}



.error_title {
margin-top: 40px;
font-size: 36px;
font-weight: 400;
}

.error_description {
font-size: 24px;
font-weight: 400;
}
</style>

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src=" /> <script src=" /> <![endif]--></head>
<body class="app flex-row align-items-center">


<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="error_number">
<small>ERROR</small>

500
<hr>
</div>
<div class="error_title text-muted">
It's not you, it's me.

</div>
<div class="error_description text-muted">
<small>
fwrite(): write of 2339 bytes failed with errno=28 No space left on device
</small>
</div>
</div>
</div>
</div>

<footer class="app-footer sticky-footer">
</footer>


<script type="text/javascript" src="http://118.70.13.36:5920/packages/backpack/base/js/bundle.js?v=4.0.61@1977e0cc52fa7cf9547eaeadf03f5cd88402b574"></script>


<script type="text/javascript">
Noty.overrideDefaults({
layout : 'topRight',
theme : 'backstrap',
timeout : 2500,
closeWith: ['click', 'button'],
});

</script>
<!-- page script -->
<script type="text/javascript">
// To make Pace works on Ajax calls
$(document).ajaxStart(function() { Pace.restart(); });


// Ajax calls should always have the CSRF token attached to them, otherwise they won't work
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});


var activeTab = $('[href="' + location.hash.replace("#", "#tab_") + '"]');
location.hash && activeTab && activeTab.tab('show');
$('.nav-tabs a').on('shown.bs.tab', function (e) {
location.hash = e.target.hash.replace("#tab_", "#");
});
</script>

</body>
</html>

×