d2/lib/pptx/templates/slide.xml.rels

9 lines
512 B
Text
Raw Normal View History

2023-04-10 16:49:30 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId1"
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"
Target="../slideLayouts/slideLayout7.xml" />
2023-04-10 18:45:10 +00:00
<Relationship Id="{{.RelationshipID}}"
2023-04-10 16:49:30 +00:00
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"
2023-04-10 18:45:10 +00:00
Target="../media/{{.FileName}}.png" />
2023-04-10 16:49:30 +00:00
</Relationships>