-
Notifications
You must be signed in to change notification settings - Fork 0
/
mwtable.html
54 lines (51 loc) · 1.92 KB
/
mwtable.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
<html><head>
<!-- Standard Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- start of scripts section -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.7/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.7/dist/semantic.min.js"></script>
<!-- start of rextester API for R -->
<script>
$(function(){
$("#header").load("https://raw.githubusercontent.com/iKrazy/OvalSite/main/assets/html/header.html");
$("#footer").load("https://raw.githubusercontent.com/iKrazy/OvalSite/main/assets/html/footer.html");
});
</script>
<!-- end of rextester API for R -->
<!-- end of scripts section -->
<!-- start of extra style section -->
<link rel="stylesheet" type="text/css" href="assets/css/allpages.css">
<style type="text/css">
<!-- start of page specific styling -->
.main.container {
min-height: 100%;
}
<!-- end of page specific styling -->
</style>
<!-- end of extra style section -->
<title>DTS - MW Guide</title>
</head>
<body>
<!-- start of navbar header section -->
<div id="header"></div>
<!-- end of navbar header section -->
<!-- start of main body section -->
<div class="flex-wrapper">
<div class="ui inverted segment">
<div class="ui main text container" style="text-align:center; vertical-align:middle; min-height: 0;">
<h1 class="ui inverted header" style="margin: 0 0 0 0;">Metalworking Profit Guide</h1>
<p>fix this it sucks -gooby probably</p>
<div class="ui centered grid">
<img src="assets/images/mwtable.png">
</div>
</div>
</div>
</div>
<!-- end of main body section -->
<!-- start of end footer section -->
<div id="footer"></div>
<!-- end of end footer section -->
</body></html>