添加en和zh
This commit is contained in:
27
en/docs/common/customer_form.md
Normal file
27
en/docs/common/customer_form.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="custForm">
|
||||
<form action="http://ftyyyyy.xyz/submit _en.php" method="post">
|
||||
<div>
|
||||
<h4>Company:</h4>
|
||||
<input type="input" name='company' placeholder="Company" />
|
||||
</div>
|
||||
<div>
|
||||
<h4>Email:</h4>
|
||||
<input type="input" name='email' placeholder="email" />
|
||||
</div>
|
||||
<div>
|
||||
<h4>Topic:</h4>
|
||||
<select name='topic'>
|
||||
<option>Product Solution</option>
|
||||
<option>Product Price</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Content:</h4>
|
||||
<textarea name="content" rows="8" placeholder="Description detail">
|
||||
</textarea>
|
||||
</div>
|
||||
<div style="text-align: right;">
|
||||
<input class="button" type="submit" value="Submit" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
3
en/docs/common/phaten_xmos_support_img.md
Normal file
3
en/docs/common/phaten_xmos_support_img.md
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="grid cards" markdown>
|
||||
- {width="200"} {width="200"} **Joint Support** <br> [XMOS Website: www.xmos.com](https://www.xmos.com) <br> [Phaten Audio Website: www.phaten-audio.com](https://www.phaten-audio.com/en/)
|
||||
</div>
|
||||
Reference in New Issue
Block a user