mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-07 13:34:09 +08:00
19 lines
491 B
HTML
19 lines
491 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="utf8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
<script src="assets/jquery-3.3.1.min.js"></script>
|
|
<title>taskkill</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="tasklist"></div>
|
|
<div id="infopannel"></div>
|
|
<script src="assets/index.js"></script>
|
|
</body>
|
|
|
|
</html> |