-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
29 lines (29 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="zh">
<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 rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
<title>awesome-design.ai</title>
</head>
<body style='background: #141c26;'>
<div style="color:white;display: flex;flex-direction: column;justify-content: center;align-items: center;">
<h2>awesome-design.ai</h2>
<p>Useful resources for creating Design Artificial Intelligence</p>
<a href="https://www.producthunt.com/posts/awesome-design-ai?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-awesome-design-ai" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=290031&theme=dark" alt="awesome-design.ai - Useful resources for creating Design Artificial Intelligence | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54"></a>
<br>
<br>
<p>提交你关心的词条</p>
</div>
<script src="https://utteranc.es/client.js"
repo="shadowcz007/awesome-design.ai"
issue-term="[ENTER TERM HERE]"
label="tags"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
</body>
</html>