mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
12 lines
364 B
Text
12 lines
364 B
Text
<template name="config-menu__cheats">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<form class="config__form" id="conf-cheats__form">
|
|
<div class="config__hz-wrapper" id="conf-cheats__hz-wrapper">
|
|
<recomp-config-group recomp-data="cheats" />
|
|
<recomp-description />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</template>
|