-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (63 loc) · 3.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="msvalidate.01" content="62739A10654DBC03E0B8137EAC525957" />
<meta name="description"
content="Công cụ cho phép tính toán tối ưu cách cắt thanh (thép, ống đồng, ống nước, thanh nhôm…) để giảm hao phí vật tư, tiết kiệm chi phí. Công cụ có thể áp dụng cho nhiều lĩnh vực như cắt thép xây dựng, cắt thanh nhôm kính, tính toán tối ưu hao phí vật liệu trong các ngành sản xuất. Hoạt động dưới dạng một website nên có thể dễ dàng truy cập và tính toán tối ưu cắt thanh trên máy tính, điện thoại, không phân biệt nền tảng Windows, Macos, Android, hay IOS,… Các thanh cần cắt có thể nhập thủ công hoặc nhập từ Excel một cách dễ dàng." />
<title>Tối ưu cắt thanh (thép, ống,...) online - NDA</title>
<base href="/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<!--<link href="NDA.CuttingBar.WebClient.styles.css" rel="stylesheet" />-->
<link href="manifest.webmanifest" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7T5TX147CF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7T5TX147CF');
</script>
</head>
<body>
<div id="app">
<div class="loading-progress d-flex flex-column justify-content-center align-items-center">
<img class="text-center mb-1" style="height: auto; width: 5rem" src="nda.png" />
<div class="w-100" style="height: 1rem; ">
<div class="position-absolute w-100">
<div class="progress">
<div class="progress-bar loading-bar-value" role="progressbar">
</div>
</div>
</div>
<div class="position-absolute w-100">
<div class="loading-bar-text text-center" style="font-size: 0.75rem;"></div>
</div>
</div>
</div>
<!--<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>-->
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<!-- Histats.com START (hidden counter) -->
<a href="/" alt="" target="_blank">
<img src="//sstatic1.histats.com/0.gif?4848085&101" alt="" border="0" />
</a>
<!-- Histats.com END -->
<script src="_framework/blazor.webassembly.js"></script>
<script src="JS/clipboard.min.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
</body>
</html>