Light12306/RwTicketAssistantV2/index.htm
iFish addcafcdf8 + 集成扩展的源码
+ 增加相关TypedScript的导入
2014-08-08 14:33:43 +08:00

20 lines
928 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Chrome Extension test page</title>
</head>
<body>
<p>Use this page to test your Chrome extension</p>
<p>
Learn how to write Chrome extensions in the
<a href="http://developer.chrome.com/extensions/getstarted.html">Getting started guide</a>
</p>
<p>The /app/ folder is where the Chrome extension is located</p>
</body>
</html>