UPDATE

上级 940b1d29
run = "cowsay 欢迎来到 InsCode"
run = "index.html"
[nix]
channel = "stable-22_11"
channel = "stable-21_11"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css" />
<title>InsCode</title>
</head>
<body>
欢迎来到 InsCode
<script src="script.js"></script>
</body>
</html>
\ No newline at end of file
{ pkgs }: {
deps = [
pkgs.cowsay
deps = [
];
}
}
\ No newline at end of file
html, body {
height: 100%;
width: 100%;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册