Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en" xmlns="https://www.w3.org/1999/xhtml">
<head>


Expand Down
2 changes: 1 addition & 1 deletion feedback.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en" xmlns="https://www.w3.org/1999/xhtml">
<head>
<!-- Chrissy Wake Up -->
<meta charset="utf-8" />
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en" xmlns="https://www.w3.org/1999/xhtml">
<head>


Expand Down Expand Up @@ -121,7 +121,7 @@



<a href="http://www.cornify.com" onclick="cornify_add();return false;" title="Cornify"><img src="https://www.cornify.com/assets/cornify-button.png" width="82" height="25" border="0" alt="Cornify" /></a><script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
<a href="https://www.cornify.com" onclick="cornify_add();return false;" title="Cornify"><img src="https://www.cornify.com/assets/cornify-button.png" width="82" height="25" border="0" alt="Cornify" /></a><script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>

<div class="dropdown navlinks">
<button class="dropbtn">Helpful Resources</button>
Expand Down Expand Up @@ -355,8 +355,8 @@ <h1>Submit a Ticket</h1>

<div style="padding-left:50px;padding-top:25px;">
<button class="buttonhover" onclick="location=' https://lmgt.org/?q=' + encodeURIComponent(document.getElementById('problem').value);">
<span class="submit" href="http://sharepointlist.com/">Submit</span>
<span class="cancel" href="http://sharepointlist.com/">Cancel</span>
<span class="submit" href="https://sharepointlist.com/">Submit</span>
<span class="cancel" href="https://sharepointlist.com/">Cancel</span>
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('http://fonts.cdnfonts.com/css/comic-sans');
@import url('https://fonts.cdnfonts.com/css/comic-sans');

html {
font-size: 14px;
Expand Down
8 changes: 4 additions & 4 deletions test.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en" xmlns="https://www.w3.org/1999/xhtml">
<head>


Expand Down Expand Up @@ -106,7 +106,7 @@



<a href="http://www.cornify.com" onclick="cornify_add();return false;" title="Cornify"><img src="https://www.cornify.com/assets/cornify-button.png" width="82" height="25" border="0" alt="Cornify" /></a><script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
<a href="https://www.cornify.com" onclick="cornify_add();return false;" title="Cornify"><img src="https://www.cornify.com/assets/cornify-button.png" width="82" height="25" border="0" alt="Cornify" /></a><script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>

<div class="dropdown navlinks">
<button class="dropbtn">Helpful Resources</button>
Expand Down Expand Up @@ -338,8 +338,8 @@ <h1>Submit a Ticket</h1>

<div style="padding-left:50px;padding-top:25px;">
<button class="buttonhover" onclick="location=' https://lmgt.org/?q=' + encodeURIComponent(document.getElementById('problem').value);">
<span class="submit" href="http://sharepointlist.com/">Submit</span>
<span class="cancel" href="http://sharepointlist.com/">Cancel</span>
<span class="submit" href="https://sharepointlist.com/">Submit</span>
<span class="cancel" href="https://sharepointlist.com/">Cancel</span>
</button>
</div>
</div>
Expand Down