Different try to import SVG
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,6 +1,33 @@
|
||||
<div class="container">
|
||||
<h1>{{artistName}}</h1>
|
||||
|
||||
<img src="./assets/icons_signal/rounded-little/0.svg" height="64" alt="Nice green circle"/>
|
||||
<br />
|
||||
<object type="image/svg+xml" data="./assets/icons_signal/rounded-little/0.svg"
|
||||
width="64" height="64" border="1"></object>
|
||||
|
||||
<br />
|
||||
|
||||
<iframe src="./assets/icons_signal/rounded-little/0.svg"
|
||||
width="64" height="64" style="border:1;"></iframe>
|
||||
|
||||
<br />
|
||||
|
||||
<iframe src="./assets/icons_signal/rounded-little/0.svg" style="float:left;margin-right:1cm;"
|
||||
width="64" height="64" style="border:1;"></iframe>
|
||||
|
||||
<br />
|
||||
|
||||
<svg id="test" height="64" width="64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
|
||||
<image x="0" y="0" height="60" width="60" xlink:href="./assets/icons_signal/rounded-little/0.svg" />
|
||||
</svg>
|
||||
|
||||
<br />
|
||||
css
|
||||
<div class="headline1"></div>
|
||||
<div class="headline2"></div>
|
||||
<div class="headline3">test</div>
|
||||
|
||||
<div class="alert alert-warning">
|
||||
<h3>Debug Zone</h3>
|
||||
Returned song: {{songs.length}}<br />
|
||||
|
||||
Reference in New Issue
Block a user