File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
- <br />
3
- <a href =" http://pm2.keymetrics.io/ " title =" PM2 Keymetrics link " >
4
- <img width=710px src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png#gh-light-mode-only" alt="pm2 logo">
5
- <img width=710px src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4-dark-mode.png#gh-dark-mode-only" alt="pm2 logo">
6
- </a >
2
+ <br />
3
+ <picture >
4
+ <source
5
+ srcset="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png "
6
+ media="(prefers-color-scheme: light)"
7
+ />
8
+ <source
9
+ srcset="https://raw.githubusercontent.com/Unitech/pm2/development/pres/pm2-v4-dark-mode.png "
10
+ media="(prefers-color-scheme: dark), (prefers-color-scheme: no-preference)"
11
+ />
12
+ <img src =" https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png " />
13
+ </picture >
14
+
7
15
<br />
8
16
<br />
9
17
<b >P</b >(rocess) <b >M</b >(anager) <b >2</b ><br />
You can’t perform that action at this time.
0 commit comments