mirror of
https://github.com/stevenhowes/MXDiag.git
synced 2026-05-27 04:01:10 +01:00
Initial Changes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><style type="text/css"> .st0{fill:#E95420;} </style><path class="st0" d="m200 0c-110.3 0-200 89.7-200 200s89.7 200 200 200 200-89.7 200-200-89.7-200-200-200zm70 240.9l-61.2 61.2c-4.9 4.9-12.8 4.9-17.7 0l-60.6-60.6c-2.6-2.3-4.3-5.7-4.3-9.4 0-6.9 5.6-12.5 12.5-12.5h36.3v-100.4c0-13.8 11.2-25 25-25s25 11.2 25 25v100.4h36.2c5 0 9.6 3 11.5 7.7 2 4.7 0.9 10.1-2.7 13.6z"/></svg>
|
||||
|
After Width: | Height: | Size: 439 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1 @@
|
||||
<html><head><link rel="manifest" href="manifest.json"><meta name="mobile-web-app-capable" content="yes"><title>MXDiag</title><script type="text/javascript" src="jq.js"></script><script type="text/javascript" src="mx.js"></script></head><body style="background: #000; text-align:center;font-family:sans-serif;font-size:25px" onload="mx5s()"><div id="logo" style="background:#999;padding:5px 5px 5px 5px;"><img style="padding:20px 20px 20px 20px;width:75%" src="mz.svg"/></div><div id="stat" style="margin-top:5px;background:#999;color:#222;padding:5px 5px 5px 5px;"></div><div id="dtc" style="height:100%;margin-top:5px;background:#444;color:#CCC;padding:5px 5px 5px 5px;"><a href="javascript:mx5()"><img src="go.svg" style=""></a></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"name":"MXDiag","icons":[{"src":"icon.png","sizes":"48x48","type":"image/png","density":1}],"start_url":"/","display":"standalone","orientation":"portrait"}
|
||||
@@ -0,0 +1 @@
|
||||
function mx5(){$.get("run",function(t){}),mx5d()}function mx5s(){$.get("stat",function(t){$("#stat").html(t),setTimeout(function(){mx5s()},500)})}function mx5d(){$.get("dtc",function(t){$("#dtc").html(t),setTimeout(function(){mx5d()},5e3)})}
|
||||
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164 25"><defs><style>.cls-1{fill:#222}</style></defs><title>_Model_Logos_Clean</title><path d="M112.15 20.19c7.59 0 24.18-.15 25.82-.26 5.12-.34 7.92-1.62 9.3-4.84.29-.68.07-1-1.19-1-2.31-.09-12 0-15 .06-4.57.16-5.61.34-7.25 1.59l-9.38.05S124.53 1.26 125.15.35c8-.24 29.63-.38 38.18-.35-.3.41-3.28 4.29-3.67 4.8-3.51-.12-23 .08-27.78.26-.31.44-3 4.34-3.25 4.67 3.54-.61 14.83-.6 18.53-.52 6.66.14 8.32.66 9.54 2.2s1 3.72-.49 6.09c-3.19 5.07-7.25 6.89-16.09 7.2-4.87.17-25.93.33-31.35.3zM110.2.97l-14.14.12-16.09 7.06-6.34-6.91-9.95-.01 8.79 10.2-22.44 9.87L60.98 1.17h-9.47L27.15 17.61 23.84 1.13h-8.28L0 24.76h9.68l8.91-13.99 2.91 13.99h5.57l18.91-12.63-7.07 12.64 18.76-.16 18.92-8.51 7.44 8.67 11.01.03-11.08-12.07L110.2.97z"/><path class="cls-1" d="M98.98 10.96l13.55-.07-3.09 4.86-13.84.06 3.38-4.85z"/></svg>
|
||||
|
After Width: | Height: | Size: 900 B |
@@ -0,0 +1 @@
|
||||
Dev Platform
|
||||
Reference in New Issue
Block a user