提交 1e6601b8 编写于 作者: E enjoyswift

Fri Feb 23 08:48:00 CST 2024 inscode

上级 ef53fd87
run = "index.html" run = "index.html"
language = "node"
[env] [env]
PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"
XDG_CONFIG_HOME = "/root/.config" XDG_CONFIG_HOME = "/root/.config"
npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global"
\ No newline at end of file
[debugger]
program = "main.js"
...@@ -8,9 +8,10 @@ ...@@ -8,9 +8,10 @@
<title>InsCode</title> <title>InsCode</title>
</head> </head>
<body> <body>
<h1>Hello World!</h1>
<div class="container"> <div class="container">
<img src="src/assets/logo.svg" alt="InsCode"> <img src="src/assets/logo.svg" alt="InsCode">
<div>欢迎来到 InsCode</div> <div>欢迎来到新的世界</div>
</div> </div>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册