-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (47 loc) · 3.69 KB
/
Copy pathindex.html
File metadata and controls
55 lines (47 loc) · 3.69 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- SEO Tags -->
<title>Gcode Plasma Delay</title>
<meta name="description" content="Gcode Plasma Delay is a user-friendly web app designed for adding a delay to gcode, nc, or cnc files for Plasma cutter CNCs. Easily drag and drop your file and download the new file with added delays. Ideal for people just getting started with cutting on a Plasma CNC">
<meta name="keywords" content="Gcode Plasma Delay">
<link rel="canonical" href="https://curlytalegamesllc.github.io/GcodePlasmaDelay/" />
<meta name="robots" content="index,follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://curlytalegamesllc.github.io/GcodePlasmaDelay/">
<meta property="og:title" content="Gcode Plasma Delay">
<meta property="og:description" content="Gcode Plasma Delay is a user-friendly web app designed for adding a delay to gcode, nc, or cnc files for Plasma cutter CNCs. Easily drag and drop your file and download the new file with added delays. Ideal for people just getting started with cutting on a Plasma CNC">
<meta property="og:image" content="https://curlytalegamesllc.github.io/GcodePlasmaDelay/screenshot.png">
<meta property="og:image:alt" content="Screenshot of Gcode Plasma Delay web app interface, drag and drop gcode files to add delays for your plasma cutter CNC">
<!-- Twitter Card -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://curlytalegamesllc.github.io/GcodePlasmaDelay/">
<meta property="twitter:title" content="Gcode Plasma Delay">
<meta property="twitter:description" content="Gcode Plasma Delay is a user-friendly web app designed for adding a delay to gcode, nc, or cnc files for Plasma cutter CNCs. Easily drag and drop your file and download the new file with added delays. Ideal for people just getting started with cutting on a Plasma CNC">
<meta property="twitter:image" content="https://curlytalegamesllc.github.io/GcodePlasmaDelay/screenshot.png">
<meta property="twitter:image:alt" content="Screenshot of Gcode Plasma Delay web app interface, drag and drop gcode files to add delays for your plasma cutter CNC">
<!-- Favicons -->
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<noscript>
<strong>We're sorry but Gcode Plasma Delay doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
<!-- Bootstrap 5 JS (with Popper.js) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>