1 Star 0 Fork 0

xiaoshuyui/systemicons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
ahkohd 提交于 2022-01-27 12:44 . feat: add macos support
<html>
<head>
<title>Rust System Icons</title>
<meta charset="utf-8" />
<style>
body {
background-color: gray;
}
.ico {
width: 64px;
height: 64px;
}
.ico--md {
width: 32px;
height: 32px;
}
.icon--sm {
width: 16px;
height: 16px;
}
</style>
</head>
<body>
<h1>Rust System Icons</h1>
<p>This is a sample page for displaying in <em>Rust System Icons</em></p>
<p>
<img class="ico" src="geticon?ext=c:\\windows\\explorer.exe&size=64" />
</p>
<p>
<img class="ico" src="geticon?ext=c:\\windows\\hh.exe&size=64" />
</p>
<p>
<img class="ico" src="geticon?ext=c:\\windows\\nofilefound.exe&size=64" />
</p>
<p>
<img class="ico" src="geticon?ext=.pdf&size=64" />
</p>
<p>
<img class="icon--sm" src="geticon?ext=.pdf&size=16" />
</p>
<p>
<img class="icon--sm" src="geticon?ext=&size=16" />
</p>
<p>
<img
class="ico"
src="geticon?ext=/System/Applications/Utilities/Activity Monitor.app&size=64"
/>
</p>
<p>
<img
class="ico"
src="geticon?ext=/System/Library/CoreServices/Finder.app&size=64"
/>
</p>
<p>
<img
class="ico--md"
src="geticon?ext=/System/Applications/Notes.app&size=32"
/>
</p>
<p>
<img
class="ico--sm"
src="geticon?ext=/System/Applications/Messages.app&size=16"
/>
</p>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guchengxi1994/systemicons.git
git@gitee.com:guchengxi1994/systemicons.git
guchengxi1994
systemicons
systemicons
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385