Skip to content

Commit c48a6fa

Browse files
committed
update v3 demo
1 parent 48f1654 commit c48a6fa

File tree

129 files changed

+7478
-5492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+7478
-5492
lines changed

demo/3.0/404.html

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
<!DOCTYPE html><!--
2-
* CoreUI - Free Bootstrap Admin Template
1+
<!DOCTYPE html>
2+
<!--
3+
* CoreUI Pro based Bootstrap Admin Template
34
* @version v3.0.0-alpha.0
45
* @link https://coreui.io/pro/
56
* Copyright (c) 2019 creativeLabs Łukasz Holeczek
67
* License (https://coreui.io/pro/license)
7-
--><html lang="en"><head>
8+
-->
9+
<html lang="en">
10+
<head>
811
<base href="./">
912
<meta charset="utf-8">
1013
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -32,10 +35,11 @@ <h4 class="c-pt-3">Oops! You're lost.</h4>
3235
<p class="c-text-muted">The page you are looking for was not found.</p>
3336
</div>
3437
<div class="input-prepend c-input-group">
35-
<div class="c-input-group-prepend"><span class="c-input-group-text"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 64 64" class="c-icon">
36-
<title>magnifying-glass</title>
37-
<path d="M59.95 49.965l-10.136-10.136-7.796-3.221c2.491-3.504 3.982-7.87 3.982-12.584 0-0.008 0-0.017 0-0.025v0.001c0-12.131-9.869-22-22-22s-22 9.869-22 22 9.869 22 22 22c0.007 0 0.016 0 0.025 0 4.754 0 9.154-1.516 12.743-4.092l-0.066 0.045 3.212 7.776 10.136 10.136c1.268 1.274 3.023 2.062 4.961 2.062 3.866 0 7-3.134 7-7 0-1.939-0.788-3.693-2.061-4.961l-0-0zM6 24c0-9.925 8.075-18 18-18s18 8.075 18 18-8.075 18-18 18-18-8.075-18-18zM57.121 57.035c-0.543 0.542-1.293 0.877-2.121 0.877s-1.578-0.335-2.121-0.877l-9.572-9.572-2.987-7.229 7.229 2.987 9.572 9.572c0.542 0.543 0.877 1.293 0.877 2.121s-0.335 1.578-0.877 2.121l0-0z"></path>
38-
</svg></span></div>
38+
<div class="c-input-group-prepend"><span class="c-input-group-text">
39+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 64 64" class="c-icon">
40+
<title>magnifying-glass</title>
41+
<path d="M59.95 49.965l-10.136-10.136-7.796-3.221c2.491-3.504 3.982-7.87 3.982-12.584 0-0.008 0-0.017 0-0.025v0.001c0-12.131-9.869-22-22-22s-22 9.869-22 22 9.869 22 22 22c0.007 0 0.016 0 0.025 0 4.754 0 9.154-1.516 12.743-4.092l-0.066 0.045 3.212 7.776 10.136 10.136c1.268 1.274 3.023 2.062 4.961 2.062 3.866 0 7-3.134 7-7 0-1.939-0.788-3.693-2.061-4.961l-0-0zM6 24c0-9.925 8.075-18 18-18s18 8.075 18 18-8.075 18-18 18-18-8.075-18-18zM57.121 57.035c-0.543 0.542-1.293 0.877-2.121 0.877s-1.578-0.335-2.121-0.877l-9.572-9.572-2.987-7.229 7.229 2.987 9.572 9.572c0.542 0.543 0.877 1.293 0.877 2.121s-0.335 1.578-0.877 2.121l0-0z"></path>
42+
</svg></span></div>
3943
<input class="c-form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="c-input-group-append">
4044
<button class="c-btn c-btn-info" type="button">Search</button></span>
4145
</div>
@@ -45,5 +49,6 @@ <h4 class="c-pt-3">Oops! You're lost.</h4>
4549
<!-- CoreUI and necessary plugins-->
4650
<script src="vendors/pace-progress/js/pace.min.js"></script>
4751
<script src="vendors/@coreui/coreui-pro/js/coreui.bundle.min.js"></script>
48-
49-
</body></html>
52+
53+
</body>
54+
</html>

demo/3.0/500.html

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
<!DOCTYPE html><!--
2-
* CoreUI - Free Bootstrap Admin Template
1+
<!DOCTYPE html>
2+
<!--
3+
* CoreUI Pro based Bootstrap Admin Template
34
* @version v3.0.0-alpha.0
45
* @link https://coreui.io/pro/
56
* Copyright (c) 2019 creativeLabs Łukasz Holeczek
67
* License (https://coreui.io/pro/license)
7-
--><html lang="en"><head>
8+
-->
9+
<html lang="en">
10+
<head>
811
<base href="./">
912
<meta charset="utf-8">
1013
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -32,10 +35,11 @@ <h4 class="c-pt-3">Houston, we have a problem!</h4>
3235
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
3336
</div>
3437
<div class="input-prepend c-input-group">
35-
<div class="c-input-group-prepend"><span class="c-input-group-text"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 64 64" class="c-icon">
36-
<title>magnifying-glass</title>
37-
<path d="M59.95 49.965l-10.136-10.136-7.796-3.221c2.491-3.504 3.982-7.87 3.982-12.584 0-0.008 0-0.017 0-0.025v0.001c0-12.131-9.869-22-22-22s-22 9.869-22 22 9.869 22 22 22c0.007 0 0.016 0 0.025 0 4.754 0 9.154-1.516 12.743-4.092l-0.066 0.045 3.212 7.776 10.136 10.136c1.268 1.274 3.023 2.062 4.961 2.062 3.866 0 7-3.134 7-7 0-1.939-0.788-3.693-2.061-4.961l-0-0zM6 24c0-9.925 8.075-18 18-18s18 8.075 18 18-8.075 18-18 18-18-8.075-18-18zM57.121 57.035c-0.543 0.542-1.293 0.877-2.121 0.877s-1.578-0.335-2.121-0.877l-9.572-9.572-2.987-7.229 7.229 2.987 9.572 9.572c0.542 0.543 0.877 1.293 0.877 2.121s-0.335 1.578-0.877 2.121l0-0z"></path>
38-
</svg></span></div>
38+
<div class="c-input-group-prepend"><span class="c-input-group-text">
39+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 64 64" class="c-icon">
40+
<title>magnifying-glass</title>
41+
<path d="M59.95 49.965l-10.136-10.136-7.796-3.221c2.491-3.504 3.982-7.87 3.982-12.584 0-0.008 0-0.017 0-0.025v0.001c0-12.131-9.869-22-22-22s-22 9.869-22 22 9.869 22 22 22c0.007 0 0.016 0 0.025 0 4.754 0 9.154-1.516 12.743-4.092l-0.066 0.045 3.212 7.776 10.136 10.136c1.268 1.274 3.023 2.062 4.961 2.062 3.866 0 7-3.134 7-7 0-1.939-0.788-3.693-2.061-4.961l-0-0zM6 24c0-9.925 8.075-18 18-18s18 8.075 18 18-8.075 18-18 18-18-8.075-18-18zM57.121 57.035c-0.543 0.542-1.293 0.877-2.121 0.877s-1.578-0.335-2.121-0.877l-9.572-9.572-2.987-7.229 7.229 2.987 9.572 9.572c0.542 0.543 0.877 1.293 0.877 2.121s-0.335 1.578-0.877 2.121l0-0z"></path>
42+
</svg></span></div>
3943
<input class="c-form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="c-input-group-append">
4044
<button class="c-btn c-btn-info" type="button">Search</button></span>
4145
</div>
@@ -45,5 +49,6 @@ <h4 class="c-pt-3">Houston, we have a problem!</h4>
4549
<!-- CoreUI and necessary plugins-->
4650
<script src="vendors/pace-progress/js/pace.min.js"></script>
4751
<script src="vendors/@coreui/coreui-pro/js/coreui.bundle.min.js"></script>
48-
49-
</body></html>
52+
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)