NNotepad - WebNN Playground
+A browser-based playground for experimenting with WebNN expressions without boilerplate code.
+diff --git a/common/css/homepage.css b/common/css/homepage.css index 74db31ca..b1a94dd0 100644 --- a/common/css/homepage.css +++ b/common/css/homepage.css @@ -129,6 +129,10 @@ a { background: url("../img/codeeditor.jpg") center/cover no-repeat } +#bg_nnotepad { + background: url("../img/nnotepad.png") center/cover no-repeat +} + .cardwrapper:hover { -webkit-animation: zoomin 5s linear; animation: zoomin 5s linear; diff --git a/common/img/nnotepad.png b/common/img/nnotepad.png new file mode 100644 index 00000000..2fcebfbd Binary files /dev/null and b/common/img/nnotepad.png differ diff --git a/index.html b/index.html index c14f19e1..6b604e15 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,35 @@
continuously update based on WebNN spec
A browser-based playground for experimenting with WebNN expressions without boilerplate code.
+